isComplete property
bool
get
isComplete
Returns true if the handshake is complete
Implementation
bool get isComplete => _state == XXHandshakeState.complete;
Returns true if the handshake is complete
bool get isComplete => _state == XXHandshakeState.complete;