PlayHistory.fromJson constructor

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

Implementation

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