delegate constant

A LocalizationsDelegate that uses _CountryLocalizationsDelegate.load to create an instance of this class.

Implementation

static const LocalizationsDelegate<CountryLocalizations> delegate =
    _CountryLocalizationsDelegate();