of static method

AppModel of(
  1. BuildContext context
)

Get ScopedModel

Implementation

static AppModel of(BuildContext context) => ScopedModel.of<AppModel>(context);