DbFindOptions constructor

DbFindOptions({
  1. DbSession? session,
  2. int? $skip,
  3. int? $limit,
  4. Set<DbQueryField>? $sort,
  5. Set<DbQueryField>? $projection,
})

Implementation

DbFindOptions({this.session, this.$skip, this.$limit, this.$sort, this.$projection});