Property
isAbstract
Whether this class is abstract.
var isAbstract: Bool
Discussion
Abstract classes cannot be instantiated directly and typically define common behaviour for concrete subclasses.
Property
Whether this class is abstract.
var isAbstract: Bool
Abstract classes cannot be instantiated directly and typically define common behaviour for concrete subclasses.