KeySet constructor

KeySet({
  1. bool? all,
  2. List<List<Object?>>? keys,
  3. List<KeyRange>? ranges,
})

Implementation

KeySet({
  this.all,
  this.keys,
  this.ranges,
});