ApiException constructor

ApiException(
  1. int statusCode,
  2. String message, [
  3. dynamic data
])

Implementation

ApiException(this.statusCode, this.message, [this.data]);