NUIPushOSNotification constructor

NUIPushOSNotification({
  1. required String appId,
  2. required Map<String, String> headings,
  3. required Map<String, String> contents,
  4. Map<String, String>? subtitle,
  5. String? android_channel_id,
  6. String? huawei_channel_id,
  7. String? bigPicture,
  8. String? huawei_big_picture,
  9. Map<String, dynamic>? data,
  10. List<String>? includePlayerIds,
  11. List<String>? includedSegments,
  12. List<String>? excludedSegments,
})

Implementation

NUIPushOSNotification({
  required this.appId,
  required this.headings,
  required this.contents,
  this.subtitle,
  this.android_channel_id,
  this.huawei_channel_id,
  this.bigPicture,
  this.huawei_big_picture,
  this.data,
  this.includePlayerIds,
  this.includedSegments,
  this.excludedSegments,
});