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