CaptureSnapshotResult constructor

CaptureSnapshotResult({
  1. required List<DocumentSnapshot> documents,
  2. required List<String> strings,
})

Implementation

CaptureSnapshotResult({required this.documents, required this.strings});