UGoldOrderFeeResponse.fromJson constructor
UGoldOrderFeeResponse.fromJson(
- String str
Implementation
factory UGoldOrderFeeResponse.fromJson(String str) => UGoldOrderFeeResponse.fromMap(json.decode(str));