Sender constructor

Sender(
  1. Map innerMap, {
  2. String? type,
})

Constructs a new instance of the Sender class.

Implementation

Sender(
  super.innerMap, {
  this.type,
});