@override Map<String, dynamic> toJson() => <String, dynamic>{ 'id': id, 'media': media?.toJson(), '@type': constructor, };