Prices constructor

Prices({
  1. String? currency,
  2. int? valueCents,
})

Implementation

Prices({
  this.currency,
  this.valueCents,
});