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