isComplete property

bool get isComplete

Returns true if the handshake is complete

Implementation

bool get isComplete => _state == XXHandshakeState.complete;