ApiException<T>.unhandled constructor

const ApiException<T>.unhandled(
  1. int code
)

Implementation

const ApiException.unhandled(this.code)
  : message = 'Unhandled response',
    body = null,
    innerException = null,
    stackTrace = null;