isPrimitive property

bool get isPrimitive

Checks if the object is primitive.

Implementation

bool get isPrimitive => this is PrimitiveType;