isIntCollection property

bool get isIntCollection

Checks if the given this is an IntCollection.

Implementation

bool get isIntCollection => equals(IntCollection);