FlatpickrShortLongMap constructor

FlatpickrShortLongMap({
  1. List? shorthand,
  2. List? longhand,
})

Implementation

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