core.Map<core.String, core.dynamic> toJson() { final groupIds = this.groupIds; final id = this.id; return {'groupIds': ?groupIds, 'id': ?id}; }