Send constructor

Send({
  1. String? deliverTime,
  2. List<Object?>? key,
  3. Object? payload,
  4. String? queue,
})

Implementation

Send({this.deliverTime, this.key, this.payload, this.queue});