ButtonData constructor

ButtonData(
  1. String id,
  2. String label,
  3. NotificationButtonType type,
  4. String value,
  5. Object? data,
)

Implementation

ButtonData(this.id, this.label, this.type, this.value, this.data);