isAuxiliaryInstance property

bool isAuxiliaryInstance

Returns true if this instance is a copy passed to another Isolate (usually through APIServerWorker).

Implementation

bool get isAuxiliaryInstance => _sharedStoreField.isAuxiliaryInstance;