simplePriceThbResponseToJson function Null safety
Implementation
String simplePriceThbResponseToJson(SimplePriceThbResponse data) =>
json.encode(data.toJson());
String simplePriceThbResponseToJson(SimplePriceThbResponse data) =>
json.encode(data.toJson());