auxiliaryMode property

bool auxiliaryMode

Returns true if auxiliary mode is enabled.

This mode is activated when an auxiliary isolate is spawned. In this state, the DBAdapters within this Isolate exclusively function as auxiliary adapters. Operations, such as table creation and "populate" (populateImpl), are exclusively managed by the adapters in the main isolate.

See APIServerWorker.

Implementation

static bool get auxiliaryMode => _auxiliaryMode;