isObject property

bool get isObject

Whether this constant represents an object.

Implementation

bool get isObject => this is ConstObject;