NotificationFailure constructor
const
NotificationFailure({
- required String message,
- String? code,
- String? details,
- StackTrace? stackTrace,
Creates a new notification failure.
Implementation
const NotificationFailure({
required this.message,
this.code,
this.details,
this.stackTrace,
});