HandshakeFilter constructor

HandshakeFilter({
  1. ActionType? actionType,
  2. String? parentHandshakeId,
})

Implementation

HandshakeFilter({
  this.actionType,
  this.parentHandshakeId,
});