RUNNING constant

Experiment_State const RUNNING

Implementation

static const Experiment_State RUNNING = Experiment_State._(
    2,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'RUNNING');