of static method

I18n? of(
  1. BuildContext context
)

Implementation

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