ApiTransportException constructor
const
ApiTransportException(
- ApiTransportErrorCode code,
- String message
Implementation
const ApiTransportException(this.code, this.message);