of static method

InheritedLocaleData<AppLocale, Translations> of(
  1. BuildContext context
)

Implementation

static InheritedLocaleData<AppLocale, Translations> of(BuildContext context) => InheritedLocaleData.of<AppLocale, Translations>(context);