Currency constructor

const Currency(
  1. String symbol,
  2. int decimals,
  3. Map<String, dynamic>? metadata
)

Implementation

const Currency(this.symbol, this.decimals, this.metadata);