HistoryEntrySortParameter.fromJson constructor

HistoryEntrySortParameter.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory HistoryEntrySortParameter.fromJson(Map<String, dynamic> json) =>
    _$HistoryEntrySortParameterFromJson(json);