FuzzyTimeLocale constructor
const
FuzzyTimeLocale({
- required FuzzyLocale locale,
- required String prefixAbout,
- required String prefixLessThan,
- required String futureWrapper(),
- required String pastWrapper(),
- required String futureWrapperShort(),
- required String pastWrapperShort(),
- required String now,
- required String shortNow,
- required String fewSeconds,
- required String second,
- required String minute,
- required String hour,
- required String day,
- required String week,
- required String month,
- required String year,
- required String secondShort,
- required String minuteShort,
- required String hourShort,
- required String dayShort,
- required String weekShort,
- required String monthShort,
- required String yearShort,
- required String pluralize(),
Implementation
const FuzzyTimeLocale({
required this.locale,
required this.prefixAbout,
required this.prefixLessThan,
required this.futureWrapper,
required this.pastWrapper,
required this.futureWrapperShort,
required this.pastWrapperShort,
required this.now,
required this.shortNow,
required this.fewSeconds,
required this.second,
required this.minute,
required this.hour,
required this.day,
required this.week,
required this.month,
required this.year,
required this.secondShort,
required this.minuteShort,
required this.hourShort,
required this.dayShort,
required this.weekShort,
required this.monthShort,
required this.yearShort,
required this.pluralize,
});