ApiException constructor

const ApiException(
  1. String message, {
  2. int? statusCode,
})

Implementation

const ApiException(this.message, {this.statusCode});