isActive property

bool get isActive

Returns true if this command is non-null and not a no-op.

Implementation

bool get isActive => this != null;