ApiException constructor

const ApiException(
  1. int code,
  2. String? message
)

Implementation

const ApiException(this.code, this.message)
  : innerException = null,
    stackTrace = null;