CountrySpec
data class CountrySpec(val onlyShowCountryCodes: Set<String> = emptySet()) : SectionFieldSpec
Content copied to clipboard
This is the specification for a country field.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
fun transform(initialValues: Map<IdentifierSpec, String?>): SectionFieldElement
Content copied to clipboard
Link copied to clipboard