Community constructor

Community({
  1. String? uuid,
  2. String? createdTs,
  3. String? updatedTs,
  4. String? createdBy,
  5. String? updatedBy,
  6. int? version,
  7. String? id,
  8. int? accountId,
  9. String? name,
  10. String? description,
  11. String? sect,
  12. String? handle,
  13. String? communityType,
  14. Location? location,
  15. String? webSiteUrl,
  16. UserLinks? links,
  17. OperatingSchedule? operatingSchedule,
  18. List<ContactPoint>? contactPoints,
  19. List<Facility>? facilities,
  20. String? status,
  21. String? contentVisibilityType,
  22. List<Setting>? settings,
  23. CoverMedia? media,
  24. UserEligibility? eligibility,
  25. bool? hidden,
  26. bool? business,
  27. bool? verified,
  28. bool? premium,
  29. bool? active,
  30. String? creationSourceType,
  31. int? rangeMembersCount,
  32. List<Tag>? tags,
})

Implementation

Community({
  this.uuid,
  this.createdTs,
  this.updatedTs,
  this.createdBy,
  this.updatedBy,
  this.version,
  this.id,
  this.accountId,
  this.name,
  this.description,
  this.sect,
  this.handle,
  this.communityType,
  this.location,
  this.webSiteUrl,
  this.links,
  this.operatingSchedule,
  this.contactPoints,
  this.facilities,
  this.status,
  this.contentVisibilityType,
  this.settings,
  this.media,
  this.eligibility,
  this.hidden,
  this.business,
  this.verified,
  this.premium,
  this.active,
  this.creationSourceType,
  this.rangeMembersCount,
  this.tags,
});