newInstance method

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

Implementation

@override
PlayStoreModel newInstance(StorageConditionsModel conditions) {
  return PlayStoreModel(
      appId: appId,
      documentID: newRandomKey(),
      backgroundIcon: BackgroundModel(),
      conditions: conditions,
      description: 'new play store');
}