Instance Property
bool
Returns the boolean value of the data, where possible.
var bool: Bool? { get }
Discussion
Returns true if the value of integer is exactly 1, false if the value of integer is exactly 0, or nil for all other cases.