CalendarTextMonths class

Constructors

CalendarTextMonths({String january = "January", String february = "February", String march = "March", String april = "April", String may = "May", String june = "June", String july = "July", String august = "August", String september = "September", String october = "October", String november = "November", String december = "December"})
const

Properties

april String
final
august String
final
december String
final
february String
final
hashCode int
The hash code for this object.
no setterinherited
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

byNum(int index) String
month(DateTime date) String
monthShort(DateTime date) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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