TargetChange constructor

TargetChange({
  1. TargetChange_TargetChangeType targetChangeType = TargetChange_TargetChangeType.$default,
  2. List<int> targetIds = const [],
  3. Status? cause,
  4. Uint8List? resumeToken,
  5. Timestamp? readTime,
})

Implementation

TargetChange({
  this.targetChangeType = TargetChange_TargetChangeType.$default,
  this.targetIds = const [],
  this.cause,
  Uint8List? resumeToken,
  this.readTime,
}) : resumeToken = resumeToken ?? Uint8List(0),
     super(fullyQualifiedName);