Item
public struct ItemItem object
- 
                  
                  The unique key of the object DeclarationSwift public let uniqueKey: String
- 
                  
                  The value of the object DeclarationSwift public let value: Any
- 
                  
                  A new item initialized with the unique key and value DeclarationSwift public init(uniqueKey: String, value: Any)ParametersuniqueKeythe key of the object, must be unique valuethe value of the objet 
 Item Structure Reference
        Item Structure Reference