XhrPendingCall constructor
XhrPendingCall({})
Implementation
XhrPendingCall({
required this.idRequest,
required this.method,
required this.url,
required this.headers,
required this.body,
});
XhrPendingCall({
required this.idRequest,
required this.method,
required this.url,
required this.headers,
required this.body,
});