KeyRangeInfos constructor
KeyRangeInfos({
- List<
KeyRangeInfo> ? infos, - int? totalSize,
Implementation
KeyRangeInfos({
this.infos,
this.totalSize,
});
KeyRangeInfos({
this.infos,
this.totalSize,
});