of static method

GlobalQuery? of(
  1. BuildContext context
)

Implementation

static GlobalQuery? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<GlobalQuery>();
}