isState property

bool get isState

Whether this has the Nocterm class State as a superclass.

Implementation

bool get isState => _hasSupertype(_uriFramework, _nameState);