Property
isInterface
Whether this class represents an interface.
var isInterface: Bool
Discussion
Interfaces define contracts without implementation and can be mixed into classes through multiple inheritance.
Property
Whether this class represents an interface.
var isInterface: Bool
Interfaces define contracts without implementation and can be mixed into classes through multiple inheritance.