isPrimitive property
bool
get
isPrimitive
Checks if the object is primitive.
Implementation
bool get isPrimitive => this is PrimitiveType;
Checks if the object is primitive.
bool get isPrimitive => this is PrimitiveType;