ALL constant

ReleaseLevel_Type const ALL

Implementation

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