RxException constructor
const
RxException(
- String message, {
- Object? originalError,
- StackTrace? stackTrace,
- DateTime? timestamp,
Implementation
const RxException(
this.message, {
this.originalError,
this.stackTrace,
this.timestamp, // ← Remove initializer
});