isStatic property Null safety

bool isStatic

Is the reflectee static?

For the purposes of the mirrors library, type variables are considered non-static.

Implementation

bool get isStatic;