RecordsQueryOptions constructor

RecordsQueryOptions({
  1. int? top,
  2. int? skip,
  3. bool? compareWithAppLocalTime,
})

Implementation

RecordsQueryOptions({
  this.top, this.skip, this.compareWithAppLocalTime
});