isSet property

bool get isSet

Whether this constant represents a set.

Implementation

bool get isSet => this is ConstSet;