BurnAfterReadingNotification constructor

BurnAfterReadingNotification({
  1. String? recvID,
  2. String? sendID,
  3. bool? isPrivate,
})

Implementation

BurnAfterReadingNotification({this.recvID, this.sendID, this.isPrivate});