historyToJson function

String historyToJson(
  1. History data
)

Implementation

String historyToJson(History data) => json.encode(data.toJson());