PubsubSnapshotMetadata constructor

PubsubSnapshotMetadata({
  1. String? expireTime,
  2. String? snapshotName,
  3. String? topicName,
})

Implementation

PubsubSnapshotMetadata({
  this.expireTime,
  this.snapshotName,
  this.topicName,
});