delegates constant

Set<LocalizationsDelegate> const delegates

Implementation

static const Set<LocalizationsDelegate> delegates = {
  ...CountrySelectorLocalization.localizationsDelegates,
  PhoneFieldLocalizationImpl.delegate,
};