SdlxNotificationEvent constructor
SdlxNotificationEvent({})
Implementation
SdlxNotificationEvent({
super.type = SDL_EVENT_NOTIFICATION_ACTION_INVOKED,
super.reserved = 0,
super.timestamp = 0,
this.which = 0,
this.actionId = '',
});