of<T extends StateMVC<StatefulWidget> > static method
Allow access to the static 'of' function
Implementation
static T? of<T extends StateMVC>(BuildContext context) =>
mvc.StateMVC.of<T>(context);