Attribute.isType

Checks if this attribute is a type (or some other non-expression).

class Attribute
@property abstract const
bool
isType
()

Return Value

Type: bool

true if the attribute does not produce a runtime value.

Meta