BurnAfterReadingNotification.fromJson constructor

BurnAfterReadingNotification.fromJson(
  1. Map<String, dynamic> json
)

Implementation

BurnAfterReadingNotification.fromJson(Map<String, dynamic> json) {
  recvID = json['recvID'];
  sendID = json['sendID'];
  isPrivate = json['isPrivate'];
}