strictProtocolChecks property

  1. @override
bool strictProtocolChecks
override

Whether to strictly enforce the JSON-RPC 2.0 specification for received messages.

If false, this Server will accept some requests which are not conformant with the JSON-RPC 2.0 specification. In particular, requests missing the jsonrpc parameter will be accepted.

Implementation

@override
bool get strictProtocolChecks => _server.strictProtocolChecks;