NOVEMBER constant

Month const NOVEMBER

Implementation

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