toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'isShowNotification': isShowNotification,
    'isRetainOffline': isRetainOffline,
    'isCustomNotificationEnabled': isCustomNotificationEnabled,
    'notificationTitle': notificationTitle,
    'notificationText': notificationText,
    'needReadReceipt': needReadReceipt,
  };
}