isTrue property

bool? get isTrue

Returns true if the value is true.

Implementation

bool? get isTrue => value;