RpcConfig constructor

const RpcConfig({
  1. bool extendedFunctionIdentifiers = false,
  2. bool channelField = true,
})

Implementation

const RpcConfig({
  this.extendedFunctionIdentifiers = false,
  this.channelField = true,
});