CloudflareResponse constructor
const
CloudflareResponse({})
Creates a CloudflareResponse value.
Implementation
const CloudflareResponse({
this.body,
this.status = 200,
this.headers = const <String, String>{},
this.webSocket,
});