ButtonData constructor
ButtonData(
- String id,
- String label,
- NotificationButtonType type,
- String value,
- Object? data,
Implementation
ButtonData(this.id, this.label, this.type, this.value, this.data);