ServiceNotificationEvent constructor

ServiceNotificationEvent({
  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,
})

Implementation

ServiceNotificationEvent({
  this.id,
  this.canReply,
  this.haveExtraPicture,
  this.hasRemoved,
  this.extrasPicture,
  this.packageName,
  this.title,
  this.appIcon,
  this.largeIcon,
  this.content,
});