ChatNotificationContent constructor
const
ChatNotificationContent({})
Implementation
const ChatNotificationContent({
required this.id,
required this.roomId,
required this.title,
required this.body,
required this.token,
required this.platform,
this.profile,
this.retryCount = 0,
this.expiresAt,
});