kRealBackendMode top-level constant

bool const kRealBackendMode

Whether the application was compiled with an explicit real-backend define. Used only to surface conflicts with kSimulationMode loudly (FR-012); on its own it has no simulation semantics.

Implementation

const bool kRealBackendMode = bool.fromEnvironment(
  'REAL_BACKEND',
  defaultValue: false,
);