ApiError constructor

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

Implementation

ApiError(this.code, this.message);