of static method

Translations? of(
  1. BuildContext context
)

Implementation

static Translations? of(BuildContext context) {
  return Localizations.of(context, Translations);
}