CountryFieldData

@Serializable
data class CountryFieldData(val countryName: String, val countryIsoName: String)

Constructors

Link copied to clipboard
constructor(countryName: String, countryIsoName: String)

Properties

Link copied to clipboard
Link copied to clipboard