fromJsonModel static method

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

Implementation

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