isStatefulComponentDeclaration property

bool get isStatefulComponentDeclaration

Whether this is a ClassElement that extends the Nocterm class StatefulWidget.

Implementation

bool get isStatefulComponentDeclaration =>
    supertype.isExactlyStatefulComponentType;