isStatic property

  1. @override
bool isStatic
override

Return true if this method is declared to be a static method.

Implementation

@override
bool get isStatic => modifierKeyword?.keyword == Keyword.STATIC;