isIntSet property

bool get isIntSet

Checks if the given this is an IntSet.

Implementation

bool get isIntSet => equals(IntSet);