NotificationEnvelope constructor
const
NotificationEnvelope({})
Implementation
const NotificationEnvelope({
required this.id,
required this.topicType,
required this.notificationType,
required this.topic,
required this.notification,
});