KeyRangeInfo constructor

KeyRangeInfo({
  1. List<ContextValue>? contextValues,
  2. int? endKeyIndex,
  3. LocalizedString? info,
  4. String? keysCount,
  5. LocalizedString? metric,
  6. int? startKeyIndex,
  7. String? timeOffset,
  8. LocalizedString? unit,
  9. double? value,
})

Implementation

KeyRangeInfo({
  this.contextValues,
  this.endKeyIndex,
  this.info,
  this.keysCount,
  this.metric,
  this.startKeyIndex,
  this.timeOffset,
  this.unit,
  this.value,
});