AlertData constructor

AlertData({
  1. String? message,
  2. IconData? iconData,
})

Implementation

AlertData({this.message, this.iconData});