AMMCreate.fromJson constructor
Implementation
AMMCreate.fromJson(Map<String, dynamic> json)
: amount = CurrencyAmount.fromJson(json["amount"]),
amount2 = CurrencyAmount.fromJson(json["amount2"]),
tradingFee = json["trading_fee"],
super.json(json);