RUNNING constant

Version_State const RUNNING

Implementation

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