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