NotifyRF constructor

NotifyRF({
  1. String? title,
  2. String? description,
  3. String? icon,
  4. dynamic data,
})

Implementation

NotifyRF({this.title, this.description, this.icon, this.data});