simplePriceThbResponseToJson function Null safety

String simplePriceThbResponseToJson(
  1. SimplePriceThbResponse data
)

Implementation

String simplePriceThbResponseToJson(SimplePriceThbResponse data) =>
    json.encode(data.toJson());