OnConnect constructor

OnConnect({
  1. Map? node,
  2. List<String>? rpcServers,
})

Implementation

OnConnect({this.node, this.rpcServers});