DeliveryError constructor

DeliveryError({
  1. String? errorClass,
  2. double? errorRatio,
  3. String? errorType,
})

Implementation

DeliveryError({
  this.errorClass,
  this.errorRatio,
  this.errorType,
});