isStatic property
Returns true if the reflectee is a static variable.
Otherwise returns false.
For the purposes of the mirror library, top-level variables are implicitly declared static.
Implementation
bool get isStatic;
Returns true if the reflectee is a static variable.
Otherwise returns false.
For the purposes of the mirror library, top-level variables are implicitly declared static.
bool get isStatic;