DwdsEvent.httpRequestException constructor

DwdsEvent.httpRequestException(
  1. String server,
  2. String exception
)

Implementation

DwdsEvent.httpRequestException(String server, String exception)
  : this(DwdsEventKind.httpRequestException, {
      'server': server,
      'exception': exception,
    });