of static method

FriendsModel of(
  1. BuildContext context
)

Get ScopedModel

Implementation

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