isList property
bool
get
isList
Whether this constant represents a list.
Implementation
bool get isList => this is ConstList;
Whether this constant represents a list.
bool get isList => this is ConstList;