Popup constructor
Popup({})
Implementation
Popup({
required this.id,
required this.title,
required this.popupToken,
required this.priority,
required this.status,
required this.interaction,
required this.popupBackground,
required this.popupTime,
required this.createdAt,
required this.components,
});