Returns whether an object represents a constant List.
@protected bool isList(DartObject o) => o.toListValue() != null;