Handshake constructor

Handshake({
  1. String? actor,
  2. String? approvalState,
})

Implementation

Handshake({this.actor, this.approvalState});