Months class

Constructors

Months({required String january, required String february, required String march, required String april, required String may, required String june, required String july, required String august, required String september, required String october, required String november, required String december})
const

Properties

april String
final
august String
final
december String
final
february String
final
hashCode int
The hash code for this object.
no setteroverride
january String
final
july String
final
june String
final
march String
final
may String
final
november String
final
october String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
september String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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