-
The title of an Item.
Declaration
Swift
@objc dynamic var title: String?
-
Name of a Session.
Declaration
Swift
@objc dynamic var sessionName: String?
-
Used to define position in a sequence, enables ordering based on this number.
Declaration
Swift
let sequence: RealmOptional<Int>
-
The type or (sub)category of some Item.
Declaration
Swift
@objc dynamic var itemType: String?
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws