historyFromJson function

History historyFromJson(
  1. String str
)

Implementation

History historyFromJson(String str) => History.fromJson(json.decode(str));