OnButtonClickedEvent class
class OnButtonClickedEvent {
final String notificationId;
final int buttonIndex;
OnButtonClickedEvent(this.notificationId, this.buttonIndex);
}
Constructors
new OnButtonClickedEvent(String notificationId, int buttonIndex) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
docs inherited from Object
OnButtonClickedEvent(this.notificationId, this.buttonIndex);