isBoolCollection property

bool get isBoolCollection

Checks if the given this is a BoolCollection.

Implementation

bool get isBoolCollection => equals(BoolCollection);