describe static method
The flavor name: simulation when compiled with
--dart-define=SIMULATION=true, otherwise real.
Implementation
static String describe() => kSimulationMode ? 'simulation' : 'real';
The flavor name: simulation when compiled with
--dart-define=SIMULATION=true, otherwise real.
static String describe() => kSimulationMode ? 'simulation' : 'real';