isBoolCollection property
bool
get
isBoolCollection
Checks if the given this
is a BoolCollection.
Implementation
bool get isBoolCollection => equals(BoolCollection);
Checks if the given this
is a BoolCollection.
bool get isBoolCollection => equals(BoolCollection);