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