ChainInfoNativeCurrency constructor

ChainInfoNativeCurrency(
  1. String name,
  2. String symbol,
  3. int decimals
)

Implementation

ChainInfoNativeCurrency(this.name, this.symbol, this.decimals);