BloomRpcServerResponse constructor
const
BloomRpcServerResponse({})
Creates a BloomRpcServerResponse with statusCode, body, and headers.
Implementation
const BloomRpcServerResponse({
required this.statusCode,
this.body,
this.headers = const {'content-type': 'application/json; charset=utf-8'},
});