@override Map<String, dynamic> toJson() => <String, dynamic>{ 'countries': countries.map((item) => item.toJson()).toList(), '@type': constructor, };