TimetableLocalizationsDelegate constructor

const TimetableLocalizationsDelegate({
  1. bool setIntlLocale = true,
  2. Locale? fallbackLocale,
})

Implementation

const TimetableLocalizationsDelegate({
  this.setIntlLocale = true,
  this.fallbackLocale,
});