factory ControlMediaHostData.fromJson(Map<String, dynamic> json) { return ControlMediaHostData( type: json['type'] as String, ); }