TimeFormatLocale constructor
TimeFormatLocale({})
Constructor
Implementation
factory TimeFormatLocale({
String? dateTime,
String? date,
String? time,
List<String>? periods,
List<String>? days,
List<String>? shortDays,
List<String>? months,
List<String>? shortMonths,
}) = _TimeFormatLocale;