AccountsCreatedRangeQuerySpecs constructor

const AccountsCreatedRangeQuerySpecs({
  1. int? gt,
  2. int? gte,
  3. int? lt,
  4. int? lte,
})

range_query_specs

Implementation

const AccountsCreatedRangeQuerySpecs({
  this.gt,
  this.gte,
  this.lt,
  this.lte,
});