dart / 1 / dart-mirrors / methodmirror / isstatic.html

isStatic property

bool isStatic

A function is considered non-static iff it is permited to refer to 'this'.

Note that generative constructors are considered non-static, whereas factory constructors are considered static.

Source

bool get isStatic;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/MethodMirror/isStatic.html