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