isIntCollection property
bool
get
isIntCollection
Checks if the given this is an IntCollection.
Implementation
bool get isIntCollection => equals(IntCollection);
Checks if the given this is an IntCollection.
bool get isIntCollection => equals(IntCollection);