AutoNATError constructor
AutoNATError(
- Message_ResponseStatus status,
- String? statusText
Implementation
AutoNATError(this.status, String? statusText) : text = statusText ?? '';