UGoldOrderListResponse.fromJson constructor

UGoldOrderListResponse.fromJson(
  1. String str
)

Implementation

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