UGoldOrderFeeResponse.fromJson constructor

UGoldOrderFeeResponse.fromJson(
  1. String str
)

Implementation

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