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