WebRtcHttpMessage constructor
WebRtcHttpMessage({})
Implementation
WebRtcHttpMessage({
this.requestId = 0,
this.host = '',
this.port = 0,
this.apiUrl = '',
this.method = httpMethodGet,
this.status = 0,
Map<String, List<String>>? header,
Map<String, String>? parameter,
this.body = '',
}) : header = header ?? {},
parameter = parameter ?? {};