JetNotifications constructor

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

Implementation

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