FindResponse<T> constructor

FindResponse<T>({
  1. required List<Doc<T>> docs,
  2. ExecutionStats? executionStats,
  3. String? warning,
  4. String? bookmark,
})

Implementation

FindResponse(
    {required this.docs, this.executionStats, this.warning, this.bookmark});