TranslationsDelegate constructor

const TranslationsDelegate({
  1. bool isTest = false,
  2. required List<Locale> supportedLocales,
})

Implementation

const TranslationsDelegate({this.isTest = false, required this.supportedLocales});