meta property

bool? meta

If this shortcut has a trigger, this indicates whether or not the meta (also known as the Windows or Command key) modifier needs to be down or not.

Implementation

bool? get meta => _meta;