SendResponse class

Interface representing the status of an individual message that was sent as part of a batch request.

Properties

error FirebaseAdminException?
An error, if the message was not handed off to FCM successfully.
final
hashCode int
The hash code for this object.
no setterinherited
messageId String?
A unique message ID string, if the message was handed off to FCM for delivery.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
A boolean indicating if the message was successfully handed off to FCM or not. When true, the messageId attribute is guaranteed to be set. When false, the error attribute is guaranteed to be set.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited