isMainInstance property
A NotSharedObject is always the main instance. See isAuxiliaryCopy
.
Implementation
@override
bool get isMainInstance => true;
A NotSharedObject is always the main instance. See isAuxiliaryCopy
.
@override
bool get isMainInstance => true;