ApiException.unhandled constructor

const ApiException.unhandled(
  1. int code
)

Implementation

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