FlatpickrLocale class

Custom locale config object.

For more info check https://github.com/flatpickr/flatpickr/blob/master/src/types/locale.ts

Annotations
  • @JS()
  • @anonymous

Constructors

FlatpickrLocale({FlatpickrShortLongMap? weekdays, FlatpickrShortLongMap? months, List? daysInMonth, int? firstDayOfWeek, FlatpickrOrdinalFunc? ordinal, String? rangeSeparator, String? weekAbbreviation, String? scrollTitle, String? toggleTitle, List? amPM, String? yearAriaLabel, String? monthAriaLabel, String? hourAriaLabel, String? minuteAriaLabel, bool? time_24hr})
factory

Properties

amPM List
getter/setter pair
daysInMonth List
getter/setter pair
firstDayOfWeek int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hourAriaLabel String
getter/setter pair
minuteAriaLabel String
getter/setter pair
monthAriaLabel String
getter/setter pair
months FlatpickrShortLongMap
getter/setter pair
ordinal FlatpickrOrdinalFunc
getter/setter pair
rangeSeparator String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollTitle String
getter/setter pair
time_24hr bool
getter/setter pair
toggleTitle String
getter/setter pair
weekAbbreviation String
getter/setter pair
weekdays FlatpickrShortLongMap
getter/setter pair
yearAriaLabel String
getter/setter pair

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