FirehoseAction constructor

FirehoseAction({
  1. required String deliveryStreamName,
  2. Payload? payload,
  3. String? separator,
})

Implementation

FirehoseAction({
  required this.deliveryStreamName,
  this.payload,
  this.separator,
});