isPrimitiveOrDynamicOrObjectType property

bool isPrimitiveOrDynamicOrObjectType

Returns true if type isPrimitiveType or isDynamicOrObject.

Implementation

bool get isPrimitiveOrDynamicOrObjectType =>
    _typeWrapper.isPrimitiveType || _typeWrapper.isDynamicOrObject;