isPrimitive property

  1. @override
  2. @nonVirtual
bool isPrimitive
override

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

Implementation

@override
@nonVirtual
bool get isPrimitive => true;