PamPushMessage constructor

PamPushMessage({
  1. required String? deliverID,
  2. required String? pixel,
  3. required String? title,
  4. required String? description,
  5. required String? thumbnailUrl,
  6. required String? flex,
  7. required String? url,
  8. required String? popupType,
  9. required DateTime date,
  10. required bool isOpen,
  11. required Map<String, dynamic> data,
})

Implementation

PamPushMessage(
    {required this.deliverID,
    required this.pixel,
    required this.title,
    required this.description,
    required this.thumbnailUrl,
    required this.flex,
    required this.url,
    required this.popupType,
    required this.date,
    required this.isOpen,
    required this.data});