ApiServiceError constructor

const ApiServiceError(
  1. String message, {
  2. String? details,
})

Creates an ApiServiceError instance.

Implementation

const ApiServiceError(super.message, {super.details});