isStatic property
A function is considered non-static iff it is permitted to refer to 'this'.
Note that generative constructors are considered non-static, whereas factory constructors are considered static.
Implementation
bool get isStatic;
A function is considered non-static iff it is permitted to refer to 'this'.
Note that generative constructors are considered non-static, whereas factory constructors are considered static.
bool get isStatic;