ApiError constructor

const ApiError({
  1. String? message,
  2. int? code,
})

Implementation

const ApiError({this.message, this.code});