fromJsonModel static method

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

Implementation

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