ProfileModel constructor
ProfileModel({})
Implementation
ProfileModel({
required this.documentID,
required this.appId,
this.description,
this.feed,
this.backgroundOverride,
this.conditions,
});
ProfileModel({
required this.documentID,
required this.appId,
this.description,
this.feed,
this.backgroundOverride,
this.conditions,
});