FConditionMessage class

Inheritance

Constructors

FConditionMessage.new({required String condition, Map<String, String>? data, FNotification? notification, FAndroidConfig? android, FWebpushConfig? webpush, FApnsConfig? apns, FFcmOptions? fcmOptions})

Properties

android FAndroidConfig?
finalinherited
apns FApnsConfig?
finalinherited
condition String
final
data Map<String, String>?
finalinherited
fcmOptions FFcmOptions?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
notification FNotification?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webpush FWebpushConfig?
finalinherited

Methods

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

Operators

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