KeyRangeLocation constructor

KeyRangeLocation({
  1. String? dataDisk,
  2. String? deliveryEndpoint,
  3. String? deprecatedPersistentDirectory,
  4. String? end,
  5. String? start,
})

Implementation

KeyRangeLocation({
  this.dataDisk,
  this.deliveryEndpoint,
  this.deprecatedPersistentDirectory,
  this.end,
  this.start,
});