BoolValue
final public class BoolValue : Object, ExpressibleByBooleanLiteral, ListSupportedValue
extension BoolValue: Decodable
extension BoolValue: Encodable
Wrapper type for boolean values that needs to be stored locally in the device
-
Boolean value for the wrapper
Declaration
Swift
@objc public dynamic var value: Bool
-
Constructor for the
ExpressibleByBooleanLiteral
protocolDeclaration
Swift
public convenience required init(booleanLiteral value: Bool)
-
Constructor that takes a boolean value to wrap
Declaration
Swift
public convenience init(_ value: Bool)
-
Undocumented
Declaration
Swift
public override var hash: Int { get }
-
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool
-
Declaration
Swift
public convenience init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws