AppHomePageReferencesModel constructor

AppHomePageReferencesModel({
  1. String? homePageBlockedMember,
  2. String? homePagePublic,
  3. String? homePageSubscribedMember,
  4. String? homePageLevel1Member,
  5. String? homePageLevel2Member,
  6. String? homePageOwner,
})

Implementation

AppHomePageReferencesModel({
  this.homePageBlockedMember,
  this.homePagePublic,
  this.homePageSubscribedMember,
  this.homePageLevel1Member,
  this.homePageLevel2Member,
  this.homePageOwner,
});