isNotNull property
bool
get
isNotNull
Check if state is not null
Implementation
bool get isNotNull => harness.getState(key) != null;
Check if state is not null
bool get isNotNull => harness.getState(key) != null;