asBool property

bool? get asBool

value as bool.

Implementation

bool? get asBool => parseBool(_value);