QueryOption constructor

QueryOption({
  1. int? limit,
  2. int? offset,
  3. dynamic projection,
})

Implementation

QueryOption({this.limit, this.offset, this.projection});