isBasicType property

bool isBasicType

Returns true if type isPrimitiveType or isCollection.

Implementation

bool get isBasicType => isPrimitiveType || isCollectionType;