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