Returns true if this is an auxiliary instance, usually a copy passed to another Isolate or running in a remote client.
true
Isolate
@override bool get isAuxiliaryInstance { _setupInstance(); return _isolateCopy; }