toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'title': _title,
      'subtitle': _subtitle,
      'body': _body,
      'pushType': _pushType,
      'pushId': _pushId,
      'pushInstanceId': _pushInstanceId,
      'sendDate': _sendDate,
      'inboxStatus': _inboxStatus,
      'action_deeplink_url': _actionDeepLinkUrl,
      'action_webpage_url': _actionWebPageUrl,
      'externalId': _externalId,
      'customJson': _customJson,
      'pushAction': _pushAction,
      'carousel': _carousel,
      'mediaAttachmentURL': _mediaAttachmentURL,
      'category': _category,
      'categories': _categories,
      'interactiveActions': _interactiveActions,
      'expireTime': _expireTime
    };