VolumeSaleInfoRetailPrice.fromJson constructor
VolumeSaleInfoRetailPrice.fromJson(
- Map json_
Implementation
VolumeSaleInfoRetailPrice.fromJson(core.Map json_)
: this(
amount: (json_['amount'] as core.num?)?.toDouble(),
currencyCode: json_['currencyCode'] as core.String?,
);