isTrue property

bool get isTrue

Returns true if the current value is true.

Implementation

bool get isTrue => value;