Map<String, Object?> toJson() { var watching = this.watching; final json = <String, Object?>{}; json[r'watching'] = watching; return json; }