isActive property
bool
get
isActive
Returns true if the current boolean value is active, otherwise false.
Implementation
bool get isActive => this;
Returns true if the current boolean value is active, otherwise false.
bool get isActive => this;