$Price constructor

$Price({
  1. String? amountMicros,
  2. String? currencyCode,
})

Implementation

$Price({this.amountMicros, this.currencyCode});