simplePriceThbResponseFromJson function Null safety

SimplePriceThbResponse simplePriceThbResponseFromJson(
  1. String str
)

Implementation

SimplePriceThbResponse simplePriceThbResponseFromJson(String str) =>
    SimplePriceThbResponse.fromJson(json.decode(str));