Initiator constructor

Initiator({
  1. String? address,
  2. dynamic signal,
})

Implementation

Initiator({
  this.address,
  this.signal,
});