Map<String, dynamic> toJson() { return { 'isMember': isMember, 'isPending': isPending, 'isAdmin': isAdmin, }; }