isStatic property

  1. @override
bool isStatic
override

Returns true if this element is static.

Implementation

@override
bool get isStatic => true;