isIsolated property

  1. @override
bool get isIsolated

Whether this box is running in an isolated (background) context.

Implementation

@override
bool get isIsolated => _nativeBox.isIsolated;