UnitAmount constructor

UnitAmount({
  1. String? currencyCode,
  2. String? value,
})

Implementation

UnitAmount({this.currencyCode, this.value});