JUNE constant

Month const JUNE

Implementation

static const Month JUNE = Month._(
    6,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'JUNE');