Response.invalidRequestFormat constructor
Response.invalidRequestFormat()
Initialize a newly created instance to represent an error condition caused by a malformed request.
Implementation
Response.invalidRequestFormat()
: this('',
error: RequestError(
RequestErrorCode.INVALID_REQUEST, 'Invalid request'));