AtNotification class

Constructors

AtNotification(String id, String key, String from, String to, int epochMillis, String? messageType, bool? isEncrypted, {String? value, String? operation, int? expiresAtInEpochMillis, Metadata? metadata})
AtNotification.empty()
AtNotification instance is created without initializing the fields
AtNotification.fromJson(Map<String, dynamic> json)
factory

Properties

epochMillis int
getter/setter pair
expiresAtInEpochMillis int?
getter/setter pair
from String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isEncrypted bool?
getter/setter pair
key String
getter/setter pair
messageType String?
getter/setter pair
metadata Metadata?
getter/setter pair
operation String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pair
to String
getter/setter pair
value String?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJsonList(List<Map<String, dynamic>> jsonList) List<AtNotification>