ApiError constructor

ApiError({
  1. int? statusCode,
  2. String? message,
  3. String? error,
})

Implementation

ApiError({this.statusCode, this.message, this.error});