newInstance method
Implementation
@override
FeedFrontModel newInstance(StorageConditionsModel conditions) {
return FeedFrontModel(
appId: appId,
documentID: newRandomKey(),
description: 'New feed front',
conditions: conditions);
}