I18n class

Constructors

I18n({I18nPersianMonths persianMonths = const I18nPersianMonths(), I18nGregorianMonths gregorianMonths = const I18nGregorianMonths(), I18nWeekCodes weekCodes = const I18nWeekCodes(), I18nWeekNames weekNames = const I18nWeekNames(), I18nButtons buttons = const I18nButtons()})
const

Properties

buttons I18nButtons
final
gregorianMonths I18nGregorianMonths
final
hashCode int
The hash code for this object.
no setterinherited
persianMonths I18nPersianMonths
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekCodes I18nWeekCodes
final
weekNames I18nWeekNames
final

Methods

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