PushNotification constructor

const PushNotification({
  1. String? title,
  2. String? body,
})

Implementation

const factory PushNotification({
  String? title,
  String? body,
}) = _PushNotification;