UNotificationResponse constructor
UNotificationResponse({})
Implementation
UNotificationResponse({
required this.id,
required this.createdAt,
required this.jsonData,
required this.tags,
required this.userId,
required this.adminUserIds,
this.user,
this.creator,
this.creatorId,
this.zipCode,
});