ServerFailure constructor

const ServerFailure(
  1. String message, {
  2. StackTrace? stackTrace,
  3. dynamic exception,
})

Implementation

const ServerFailure(super.message, {super.stackTrace, super.exception});