UnoError<TData> constructor Null safety

const UnoError<TData>(
  1. String message,
  2. {TData? data,
  3. StackTrace? stackTrace,
  4. Request? request,
  5. Response? response}
)

Implementation

const UnoError(this.message,
    {this.data, this.stackTrace, this.request, this.response});