simplePriceMxnResponseFromJson function

SimplePriceMxnResponse? simplePriceMxnResponseFromJson(
  1. String? str
)

Implementation

SimplePriceMxnResponse simplePriceMxnResponseFromJson(String str) =>
    SimplePriceMxnResponse.fromJson(json.decode(str));