KeyRangeInfo constructor
KeyRangeInfo({
- List<
ContextValue> ? contextValues, - int? endKeyIndex,
- LocalizedString? info,
- String? keysCount,
- LocalizedString? metric,
- int? startKeyIndex,
- String? timeOffset,
- LocalizedString? unit,
- double? value,
Implementation
KeyRangeInfo({
this.contextValues,
this.endKeyIndex,
this.info,
this.keysCount,
this.metric,
this.startKeyIndex,
this.timeOffset,
this.unit,
this.value,
});