InterfaceType.isInterface

Checks if this type is an interface. For children of Interfalse, this always returns true.

class InterfaceType
@property final override const
bool
isInterface
()

Return Value

Type: bool

true if the type is an interface.

Meta