AutoNATError constructor

AutoNATError(
  1. Message_ResponseStatus status,
  2. String? statusText
)

Implementation

AutoNATError(this.status, String? statusText) : text = statusText ?? '';