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