Returns true if type is a collection (List, Iterable, Map or Set).
true
bool get isCollectionType => typeInfo.isCollection;