StringEnumValue

struct StringEnumValue
extension StringEnumValue : Equatable, Hashable, Sendable

Represents a single string enum value.

  • The key for the value.

    Declaration

    Swift

    let rawValue: String
  • The user-friendly names for the current language.

    Declaration

    Swift

    let synonyms: [String]
  • Undocumented

    Declaration

    Swift

    init(rawValue: String, synonyms: [String] = [])