Option

public struct Option : Hashable, Decodable, Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var label: String
  • Undocumented

    Declaration

    Swift

    public var value: String