simplePriceMxnResponseFromJson function Null safety

SimplePriceMxnResponse simplePriceMxnResponseFromJson(
  1. String str
)

Implementation

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