Month class

Month enum

Implemented types

Constructors

Month(int month)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
index int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(Month other) int
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
override

Operators

operator +(int months) Month
operator -(int months) Month
operator <=(Month other) bool
operator ==(Object other) bool
override

Static Methods

checkedValue(int month) int

Constants

april → const Month
august → const Month
december → const Month
february → const Month
january → const Month
july → const Month
june → const Month
march → const Month
may → const Month
november → const Month
october → const Month
september → const Month
values → const List<Month>