MulticastMessage class

Payload for the Messaging.sendEachForMulticast method. The payload contains all the fields in the BaseMessage type, and a list of tokens.

Constructors

MulticastMessage({Map<String, String>? data, Notification? notification, AndroidConfig? android, WebpushConfig? webpush, ApnsConfig? apns, FcmOptions? fcmOptions, required List<String> tokens})

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
tokens List<String>
final
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