PushNotificationError class final
Push notification error state
- Inheritance
-
- Object
- PushNotificationState
- PushNotificationError
Constructors
- PushNotificationError.new({required String message, String? code, NotificationData? originalData})
-
Push notification error state
const
Properties
- code → String?
-
Error code (optional)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Error message
final
- originalData → NotificationData?
-
Original notification data if available
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the state to a JSON map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited