ApiException.withRequestId constructor

ApiException.withRequestId(
  1. int code,
  2. String? message,
  3. String? requestId,
  4. String? url,
)

Implementation

ApiException.withRequestId(this.code, this.message, this.requestId, this.url);