CaptureSnapshotResult constructor
CaptureSnapshotResult({
- required List<
DocumentSnapshot> documents, - required List<
String> strings,
Implementation
CaptureSnapshotResult({required this.documents, required this.strings});