isNotNull property

bool get isNotNull

Check if state is not null

Implementation

bool get isNotNull => harness.getState(key) != null;