of static method

Implementation

static BasfComponentsLocalizations of(BuildContext context) {
  return Localizations.of<BasfComponentsLocalizations>(
    context,
    BasfComponentsLocalizations,
  )!;
}