APIException constructor

APIException([
  1. int code = kUnknownErrorCode,
  2. String? message,
  3. dynamic data
])

Implementation

APIException([this.code = kUnknownErrorCode, this.message, this.data]);