Network constructor

Network({
  1. NetworkType? type,
  2. String? rpcUrl,
})

Implementation

Network({
  this.type,
  this.rpcUrl,
});