Month class Null safety

Inheritance

Properties

hashCode int
The hash code for this object.
read-only, inherited
name String
This enum's name, as specified in the .proto file.
final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
value int
This enum's integer value, as specified in the .proto file.
final, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

valueOf(int value) Month?

Constants

APRIL → const Month
Month._(4, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'APRIL')
AUGUST → const Month
Month._(8, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'AUGUST')
DECEMBER → const Month
Month._(12, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'DECEMBER')
FEBRUARY → const Month
Month._(2, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'FEBRUARY')
JANUARY → const Month
Month._(1, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'JANUARY')
JULY → const Month
Month._(7, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'JULY')
JUNE → const Month
Month._(6, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'JUNE')
MARCH → const Month
Month._(3, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'MARCH')
MAY → const Month
Month._(5, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'MAY')
MONTH_UNDEFINED → const Month
Month._(0, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'MONTH_UNDEFINED')
NOVEMBER → const Month
Month._(11, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'NOVEMBER')
OCTOBER → const Month
Month._(10, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'OCTOBER')
SEPTEMBER → const Month
Month._(9, const $core.bool.fromEnvironment('protobuf.omit_enum_names') ? '' : 'SEPTEMBER')
values → const List<Month>
<Month>[MONTH_UNDEFINED, JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER]