Uco constructor

Uco({
  1. double? eur,
  2. double? usd,
})

Implementation

Uco({
  this.eur,
  this.usd,
});