HttpRestRequest constructor
HttpRestRequest({})
Implementation
HttpRestRequest({required this.method,
required this.url,
this.requestConverterType,
this.responseConverterType,
Map<String, String>? headers,
this.body,
this.encoding,
this.readProgressListener,
this.writeProgressListener,
this.writeChunkSize
}) : headers = {...(headers ?? {})};