of<T> static method
Implementation
static AnyMap? of<T>(BuildContext context) {
RouterDataWidget? w = context.dependOnInheritedWidgetOfExactType();
return w?.data;
}
static AnyMap? of<T>(BuildContext context) {
RouterDataWidget? w = context.dependOnInheritedWidgetOfExactType();
return w?.data;
}