valueAsBool property

bool? get valueAsBool

Returns value as bool.

Implementation

bool? get valueAsBool => parseBool(value);