UnoError<TData> constructor
Null safety
- String message,
- {TData? data,
- StackTrace? stackTrace,
- Request? request,
- Response? response}
Implementation
const UnoError(this.message,
{this.data, this.stackTrace, this.request, this.response});