isBoolSet property

bool get isBoolSet

Checks if the given this is a BoolSet.

Implementation

bool get isBoolSet => equals(BoolSet);