simplePriceClpResponseToJson function

String simplePriceClpResponseToJson(
  1. SimplePriceClpResponse data
)

Implementation

String simplePriceClpResponseToJson(SimplePriceClpResponse data) =>
    json.encode(data.toJson());