isList property

bool get isList

Implementation

bool get isList {
  return this == ClassType.tListDynamic;
}