HttpErrors.internalServiceError constructor

const HttpErrors.internalServiceError({
  1. String? exception,
})

Implementation

const factory HttpErrors.internalServiceError({String? exception}) =
    _InternalServiceError;