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