simplePriceTryResponseToJson function Null safety

String simplePriceTryResponseToJson(
  1. SimplePriceTryResponse data
)

Implementation

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