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