MisarMailPlanLimitError constructor

MisarMailPlanLimitError(
  1. int status,
  2. String message, {
  3. String? plan,
  4. String? upgradeUrl,
  5. int? retryAfter,
  6. String? feature,
})

Implementation

MisarMailPlanLimitError(
  int status,
  String message, {
  this.plan,
  this.upgradeUrl,
  this.retryAfter,
  this.feature,
}) : super(status, message);