historyPriceResultToJson function

String historyPriceResultToJson(
  1. HistoryPriceResult data
)

Implementation

String historyPriceResultToJson(HistoryPriceResult data) =>
    json.encode(data.toJson());