of static method

ViewModel of(
  1. BuildContext context
)

Implementation

static ViewModel of(BuildContext context) => Provider.of(context);