of static method

Implementation

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