simplePriceSgdResponseToJson function

String? simplePriceSgdResponseToJson(
  1. SimplePriceSgdResponse? data
)

Implementation

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