isActive property
bool
get
isActive
Returns true if this command is non-null and not a no-op.
Implementation
bool get isActive => this != null;
Returns true if this command is non-null and not a no-op.
bool get isActive => this != null;