FlatpickrShortLongMap class

Wrapper object for shorthand and longhand representations of weekdays, months, etc.

Annotations
  • @JS()
  • @anonymous

Constructors

FlatpickrShortLongMap({List? shorthand, List? longhand})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
longhand List
List of strings with longhand option names.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shorthand List
List of strings with shorthand option names.
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