of static method

CardsModel of(
  1. BuildContext context
)

Get ScopedModel

Implementation

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