hasState property

bool get hasState

Does this cell have a state?

Implementation

bool get hasState => _getState() != null;