KataCxRequest constructor
const
KataCxRequest({})
Creates a request. body is an already-encoded JSON string, or null for a
GET.
Implementation
const KataCxRequest({
required this.method,
required this.url,
this.headers = const {},
this.body,
});