isOptional
A Boolean value that indicates whether this feature is optional.
Declaration
var isOptional: Bool { get }Discussion
Optional values can be nil, for models that have inputs related to features being present or not.
A Boolean value that indicates whether this feature is optional.
var isOptional: Bool { get }Optional values can be nil, for models that have inputs related to features being present or not.