Method.isStatic

Checks if this method is declared to be static.

class Method
@property abstract const
bool
isStatic
()

Return Value

Type: bool

true if the method is static.

Meta