Price.fromJson constructor
Price.fromJson(
- Map json_
Implementation
Price.fromJson(core.Map json_)
: this(
amount: json_['amount'] as core.String?,
currency: json_['currency'] as core.String?,
);