Currencies constructor

Currencies({
  1. String? code,
  2. String? name,
  3. String? symbol,
  4. Links? links,
})

Implementation

Currencies({
  this.code,
  this.name,
  this.symbol,
  this.links,
});