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