of static method

StringsEn of(
  1. BuildContext context
)

Implementation

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