ChainInfo constructor

ChainInfo(
  1. int id,
  2. String name,
  3. String chainType,
  4. String icon,
  5. String fullname,
  6. String network,
  7. String website,
  8. ChainInfoNativeCurrency nativeCurrency,
  9. String rpcUrl,
  10. String faucetUrl,
  11. String blockExplorerUrl,
  12. List<ChainInfoFeature> features,
)

Implementation

ChainInfo(
  this.id,
  this.name,
  this.chainType,
  this.icon,
  this.fullname,
  this.network,
  this.website,
  this.nativeCurrency,
  this.rpcUrl,
  this.faucetUrl,
  this.blockExplorerUrl,
  this.features,
);