isNull property

bool get isNull

Check if state is null

Implementation

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