DocumentChange constructor

DocumentChange({
  1. Document? document,
  2. List<int> targetIds = const [],
  3. List<int> removedTargetIds = const [],
})

Implementation

DocumentChange({
  this.document,
  this.targetIds = const [],
  this.removedTargetIds = const [],
}) : super(fullyQualifiedName);