isCollectionType property
bool
get
isCollectionType
Implementation
bool get isCollectionType => isListType || isSetType || isMapType;
bool get isCollectionType => isListType || isSetType || isMapType;