CoinNames constructor

const CoinNames(
  1. String name,
  2. String abbreviation
)

Implementation

const CoinNames(this.name, this.abbreviation);