isPrimitive property

bool get isPrimitive

Implementation

bool get isPrimitive {
  return primitiveTypes.contains(this);
}