PubsubLocation constructor

PubsubLocation({
  1. bool? dropLateData,
  2. String? idLabel,
  3. String? subscription,
  4. String? timestampLabel,
  5. String? topic,
  6. String? trackingSubscription,
  7. bool? withAttributes,
})

Implementation

PubsubLocation({
  this.dropLateData,
  this.idLabel,
  this.subscription,
  this.timestampLabel,
  this.topic,
  this.trackingSubscription,
  this.withAttributes,
});