datePickerDateOrderString property
override
A string describing the DatePickerDateOrder enum value.
Subclasses should provide this string value based on the ARB file for the locale.
See also:
- datePickerDateOrder, which provides the DatePickerDateOrder enum value for CupertinoLocalizations based on this string value
Implementation
@override
String get datePickerDateOrderString => 'dmy';