AtNotification class

Constructors

AtNotification({String? id, String? fromAtSign, String? toAtSign, String? key, String? value, int? dateTime, String? operation})
AtNotification.fromJson(Map<String, dynamic> json)
factory

Properties

dateTime int?
getter/setter pair
fromAtSign String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
key String?
getter/setter pair
operation String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAtSign String?
getter/setter pair
value String?
getter/setter pair

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

Static Methods

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