InternalNotification constructor

InternalNotification(
  1. {String? title,
  2. String? body,
  3. String? image,
  4. String? subtitle}
)

Implementation

InternalNotification({this.title, this.body, this.image, this.subtitle});