of<T> static method
Returns the nearest instance.
Implementation
static DataScopeState<T> of<T>(final BuildContext context) =>
DataScope.maybeOf(context)!;
Returns the nearest instance.
static DataScopeState<T> of<T>(final BuildContext context) =>
DataScope.maybeOf(context)!;