Represents a 500 response.
Source
Response.serverError({Map<String, dynamic> headers, dynamic body}) : this(HttpStatus.INTERNAL_SERVER_ERROR, headers, body);
Represents a 500 response.
Response.serverError({Map<String, dynamic> headers, dynamic body}) : this(HttpStatus.INTERNAL_SERVER_ERROR, headers, body);