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