KeyRangeInfos constructor

KeyRangeInfos({
  1. List<KeyRangeInfo>? infos,
  2. int? totalSize,
})

Implementation

KeyRangeInfos({
  this.infos,
  this.totalSize,
});