ApiErrorDisplayer constructor

const ApiErrorDisplayer(
  1. {Key? key,
  2. required ApiError apiError,
  3. String? errorMessage}
)

Implementation

const ApiErrorDisplayer({super.key, required this.apiError, this.errorMessage});