RemoteFindOptions constructor

RemoteFindOptions({
  1. int? limit,
  2. Map<String, ProjectionValue>? projection,
  3. Map<String, OrderValue>? sort,
})

Implementation

RemoteFindOptions({this.limit, this.projection, this.sort});