AndroidNotificationEvent constructor
AndroidNotificationEvent({})
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,
});