ApiException constructor

ApiException(
  1. String code, {
  2. Map? body,
})

Implementation

ApiException(this.code, {this.body});