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
uniqueKeythe key of the object, must be unique
valuethe value of the objet
Item Structure Reference