isPrimitive property

  1. @override
bool isPrimitive
override

Whether instances of the kind can't have references to other instances.

Implementation

@override
bool get isPrimitive => builtKind.isPrimitive;