NotificationSubject constructor

NotificationSubject({
  1. String? title,
  2. String? type,
  3. String? url,
  4. String? latestCommentUrl,
})

Implementation

NotificationSubject({this.title, this.type, this.url, this.latestCommentUrl});