LATEST constant

ReleaseLevel_Type const LATEST

Implementation

static const ReleaseLevel_Type LATEST = ReleaseLevel_Type._(
    50,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'LATEST');