simplePriceTryResponseToJson function

String? simplePriceTryResponseToJson(
  1. SimplePriceTryResponse? data
)

Implementation

String simplePriceTryResponseToJson(SimplePriceTryResponse data) =>
    json.encode(data.toJson());