OrgInfo constructor
OrgInfo({List<User>? admins, List<User>? members, User? creatorInfo, String? description, String? id, String? image, bool? isPublic, String? name})
Implementation
OrgInfo(\{
this.admins,
this.members,
this.creatorInfo,
this.description,
this.id,
this.image,
this.isPublic,
this.name,
\});