describe static method

String describe()

The flavor name: simulation when compiled with --dart-define=SIMULATION=true, otherwise real.

Implementation

static String describe() => kSimulationMode ? 'simulation' : 'real';