CurrencyInfo constructor

CurrencyInfo(
  1. String name,
  2. String code,
  3. String symbol
)

Implementation

CurrencyInfo(this.name, this.code, this.symbol);