NotificationButtonData.create constructor

NotificationButtonData.create(
  1. String? _title,
  2. String? _icon
)

Implementation

NotificationButtonData.create(this._title, this._icon);