isTrue property

bool isTrue

Checks if value is 'true'.

Implementation

bool get isTrue => value == true;