supportedLocales constant

List<Locale> const supportedLocales

A list of this localizations delegate's supported locales.

Implementation

static const List<Locale> supportedLocales = <Locale>[Locale('en')];