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