Item

public struct Item

Item object

  • The unique key of the object

    Declaration

    Swift

    public let uniqueKey: String
  • The value of the object

    Declaration

    Swift

    public let value: Any
  • A new item initialized with the unique key and value

    Declaration

    Swift

    public init(uniqueKey: String, value: Any)

    Parameters

    uniqueKey

    the key of the object, must be unique

    value

    the value of the objet