isPrimitive abstract method
Checks if this class represents a primitive type.
Returns:
true
for Dart core primitives (int, double, bool, String, etc.)false
for object types
Implementation
bool isPrimitive();
Checks if this class represents a primitive type.
Returns:
true
for Dart core primitives (int, double, bool, String, etc.)false
for object typesbool isPrimitive();