isMainInstance property

  1. @override
bool isMainInstance
override

A NotSharedObject is always the main instance. See isAuxiliaryCopy.

Implementation

@override
bool get isMainInstance => true;