RxException constructor

const RxException(
  1. String message, {
  2. Object? originalError,
  3. StackTrace? stackTrace,
  4. DateTime? timestamp,
})

Implementation

const RxException(
  this.message, {
  this.originalError,
  this.stackTrace,
  this.timestamp, // ← Remove initializer
});