of static method

Reference for lookup objects that contain collections of localized values.

Implementation

static CountryLocalizations? of(BuildContext context) {
  return Localizations.of<CountryLocalizations>(
    context,
    CountryLocalizations,
  );
}