IndexSnapshot constructor

IndexSnapshot(
  1. List<Document> docs, {
  2. required bool success,
  3. String reason = "",
})

Implementation

IndexSnapshot(this.docs, {required this.success, this.reason = ""});