AAFeeMode.fromJson constructor
Implementation
AAFeeMode.fromJson(Map<String, dynamic> json)
: option = json['option'],
feeQuote = json['fee_quote'],
tokenPaymasterAddress = json['token_paymaster_address'],
wholeFeeQuote = json['whole_fee_quote'];