Message class

Constructors

Message({String? token, String? topic, String? condition, MessageNotification? notification, Map<String, dynamic>? data, Android? android, Apns? apns, Webpush? webpush})
Message.fromJson(Map<String, dynamic> json)
factory
Message.fromRawJson(String str)
factory

Properties

android Android?
final
apns Apns?
final
condition String?
final
data Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
notification MessageNotification?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final
topic String?
final
webpush Webpush?
final

Methods

copyWith({String? token, String? topic, String? condition, MessageNotification? notification, Map<String, dynamic>? data, Android? android, Apns? apns, Webpush? webpush}) Message
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toRawJson() String
toString() String
A string representation of this object.
inherited

Operators

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