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