Map<String, dynamic> toJson() { switch (type) { case CountryTypeDto.fr: return (this as FranceSpecificAttributesDto).toJson(); } }