Field.isStatic

Checks if the field is declared as static. This returns true if the is directly accessible on the type that is declared on (rather that on an instance of that type).

class Field
@property abstract const
bool
isStatic
()

Return Value

Type: bool

true if this field is static.

Meta