TimeFormatLocale constructor

TimeFormatLocale({
  1. String? dateTime,
  2. String? date,
  3. String? time,
  4. List<String>? periods,
  5. List<String>? days,
  6. List<String>? shortDays,
  7. List<String>? months,
  8. List<String>? shortMonths,
})

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;