isTrue property
bool
get
isTrue
Checks if the current value of this boolean is true
Implementation
bool get isTrue => this == true;
Checks if the current value of this boolean is true
bool get isTrue => this == true;