isStatic property

  1. @override
bool isStatic
override

Return true if this element is a static element. A static element is an element that is not associated with a particular instance, but rather with an entire library or class.

Implementation

@override
bool get isStatic;