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