isTrue property

bool get isTrue

Returns true if the current boolean value is true, otherwise false.

Implementation

bool get isTrue => this;