ApiError constructor
ApiError(
- ApiErrorType type, {
- int? statusCode,
- Error? error,
Implementation
ApiError(this.type, {this.statusCode, this.error});
ApiError(this.type, {this.statusCode, this.error});