menu
firebaseapis package
documentation
firestore/v1beta1.dart
DocumentChange
DocumentChange constructor
DocumentChange constructor
dark_mode
light_mode
DocumentChange
constructor
DocumentChange
(
{
Document
?
document
,
List
<
int
>
?
removedTargetIds
,
List
<
int
>
?
targetIds
,
})
Implementation
DocumentChange({ this.document, this.removedTargetIds, this.targetIds, });
firebaseapis package
documentation
firestore/v1beta1
DocumentChange
DocumentChange constructor
DocumentChange class