isPrimitive property

bool get isPrimitive
inherited

Checks if the object is primitive.

Implementation

bool get isPrimitive => this is PrimitiveType;