fromJsonModel static method

HistoryItem fromJsonModel(
  1. Map<String, dynamic> json
)

Implementation

static HistoryItem fromJsonModel(Map<String, dynamic> json) =>
    HistoryItem.fromJson(json);