isPrimitive abstract method
Checks if this class represents a primitive type.
Returns:
truefor Dart core primitives (int, double, bool, String, etc.)falsefor 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();