simplePriceSgdResponseToJson function Null safety

String simplePriceSgdResponseToJson(
  1. SimplePriceSgdResponse data
)

Implementation

String simplePriceSgdResponseToJson(SimplePriceSgdResponse data) =>
    json.encode(data.toJson());