isMap property

bool get isMap

Whether this constant represents a map.

Implementation

bool get isMap => this is ConstMap;