ProfileEntity constructor
ProfileEntity({})
Implementation
ProfileEntity({
required this.appId,
this.description,
this.feedId,
this.backgroundOverride,
this.conditions,
});
ProfileEntity({
required this.appId,
this.description,
this.feedId,
this.backgroundOverride,
this.conditions,
});