isObject property
bool
get
isObject
Whether this constant represents an object.
Implementation
bool get isObject => this is ConstObject;
Whether this constant represents an object.
bool get isObject => this is ConstObject;