UNotificationUpdateParams constructor
UNotificationUpdateParams({})
Implementation
UNotificationUpdateParams({
required this.id,
this.addTags,
this.removeTags,
this.tags,
this.detail1,
this.detail2,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});