isTrue property

bool get isTrue

Checks if the current value of this boolean is true

Implementation

bool get isTrue => this == true;