ChatNotification constructor

ChatNotification(
  1. String id,
  2. String userId,
  3. String title,
  4. String message,
)

Implementation

ChatNotification(this.id, this.userId, this.title, this.message);