TargetChange constructor
TargetChange({
- TargetChange_TargetChangeType targetChangeType = TargetChange_TargetChangeType.$default,
- List<
int> targetIds = const [], - Status? cause,
- Uint8List? resumeToken,
- Timestamp? readTime,
Implementation
TargetChange({
this.targetChangeType = TargetChange_TargetChangeType.$default,
this.targetIds = const [],
this.cause,
Uint8List? resumeToken,
this.readTime,
}) : resumeToken = resumeToken ?? Uint8List(0),
super(fullyQualifiedName);