Returns true if the reflectee is a static variable. Otherwise returns false.
true
false
For the purposes of the mirror library, top-level variables are implicitly declared static.
Required capabilities: isStatic does not require any capabilities.
bool get isStatic;