AndroidNotificationEvent constructor

AndroidNotificationEvent({
  1. int? id,
  2. bool? canReply,
  3. bool? haveExtraPicture,
  4. bool? hasRemoved,
  5. Uint8List? extrasPicture,
  6. String? packageName,
  7. String? title,
  8. Uint8List? appIcon,
  9. Uint8List? largeIcon,
  10. String? content,
  11. bool? canClear,
  12. bool? isAppGroup,
  13. bool? isGroup,
  14. bool? isOngoing,
})

Implementation

AndroidNotificationEvent({
  this.id,
  this.canReply,
  this.haveExtraPicture,
  this.hasRemoved,
  this.extrasPicture,
  this.packageName,
  this.title,
  this.appIcon,
  this.largeIcon,
  this.content,
  this.canClear,
  this.isAppGroup,
  this.isGroup,
  this.isOngoing,
});