menu
shake_flutter package
documentation
models/chat_notification.dart
ChatNotification
ChatNotification constructor
ChatNotification constructor
dark_mode
light_mode
ChatNotification
constructor
ChatNotification
(
String
id
,
String
userId
,
String
title
,
String
message
,
)
Implementation
ChatNotification(this.id, this.userId, this.title, this.message);
shake_flutter package
documentation
models/chat_notification
ChatNotification
ChatNotification constructor
ChatNotification class