Message class sealed
Payload for the Messaging.send operation. The payload contains all the fields in the BaseMessage type, and exactly one of token, topic or condition.
See also:
- Messaging.send, to send a message.
- TopicMessage, to send a message to a topic.
- ConditionMessage, to send a message to a condition.
- TokenMessage, to send a message to a device.
- Implementers
Properties
- android → AndroidConfig?
-
finalinherited
- apns → ApnsConfig?
-
finalinherited
-
data
→ Map<
String, String> ? -
finalinherited
- fcmOptions → FcmOptions?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- notification → Notification?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webpush → WebpushConfig?
-
finalinherited
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