isCollectionType property

bool get isCollectionType

Implementation

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