Attribute.isExpression

Checks if this attribute is expression. Any attribute that can produce a value at runtime is considered an expression attribute.

class Attribute
@property abstract const
bool
isExpression
()

Return Value

Type: bool

true if the attribute produces a runtime value.

See Also

isType

Meta