isList property

bool get isList

Whether this constant represents a list.

Implementation

bool get isList => this is ConstList;