BurnAfterReadingNotification class

阅后即焚通知

Constructors

BurnAfterReadingNotification({String? recvID, String? sendID, bool? isPrivate})
BurnAfterReadingNotification.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isPrivate bool?
是否开启
getter/setter pair
recvID String?
接收者
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendID 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.
inherited

Operators

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