Map<String, dynamic> toJson() { return { 'body': body, 'ok': ok, 'statusCode': statusCode, 'statusText': statusText, 'arrayBuffer': arrayBuffer, }; }