ApiError constructor

ApiError(
  1. String message,
  2. int code
)

Implementation

ApiError(this.message, this.code);