RpcConfig constructor

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

Implementation

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