AcpHttpResponse constructor
const
AcpHttpResponse({})
Creates a response.
Implementation
const AcpHttpResponse({
required this.statusCode,
required this.headers,
required this.body,
this.reasonPhrase = '',
});
Creates a response.
const AcpHttpResponse({
required this.statusCode,
required this.headers,
required this.body,
this.reasonPhrase = '',
});