TargetChange constructor

TargetChange({
  1. Status? cause,
  2. String? readTime,
  3. String? resumeToken,
  4. String? targetChangeType,
  5. List<int>? targetIds,
})

Implementation

TargetChange({
  this.cause,
  this.readTime,
  this.resumeToken,
  this.targetChangeType,
  this.targetIds,
});