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