PushNotification constructor

PushNotification({
  1. String title = "",
  2. String body = "",
})

Implementation

PushNotification({String title = "", String body = ""})
    : _title = title,
      _body = body;