historyPriceResultFromJson function

HistoryPriceResult historyPriceResultFromJson(
  1. String str
)

Implementation

HistoryPriceResult historyPriceResultFromJson(String str) =>
    HistoryPriceResult.fromJson(json.decode(str));