Snapshot constructor

Snapshot({
  1. String? expireTime,
  2. Map<String, String>? labels,
  3. String? name,
  4. String? topic,
})

Implementation

Snapshot({
  this.expireTime,
  this.labels,
  this.name,
  this.topic,
});