KeysQuery constructor

const KeysQuery({
  1. int? limit,
  2. int? offset,
})

Implementation

const KeysQuery({
  this.limit,
  this.offset,
});