DataAlert constructor

DataAlert(
  1. String message,
  2. String title,
  3. TypeAlert type, {
  4. Map<String, dynamic>? payload,
})

Implementation

DataAlert(this.message, this.title, this.type, {this.payload});