newInstance method

  1. @override
FollowRequestsDashboardModel newInstance(
  1. StorageConditionsModel conditions
)
override

Implementation

@override
FollowRequestsDashboardModel newInstance(StorageConditionsModel conditions) {
  return FollowRequestsDashboardModel(
    appId: appId,
    documentID: newRandomKey(),
    conditions: conditions,
  );
}