factory UserWatch.fromJson(Map<String, Object?> json) { return UserWatch( watching: json[r'watching'] as bool? ?? false, ); }