RUNNING constant

Environment_State const RUNNING

Implementation

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