delegate constant
The delegate to provide KhaltiLocalizations.
This should be added to MaterialApp.localizationsDelegates.
MaterialApp(
localizationsDelegates: const [
KhaltiLocalizations.delegate,
// other delegates
],
);
Implementation
static const LocalizationsDelegate<KhaltiLocalizations> delegate =
_KhaltiLocalizationsDelegate();