Subscriber constructor
Subscriber({})
Implementation
Subscriber({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.targetId,
required this.target,
required this.userId,
required this.userName,
required this.topicId,
required this.providerType,
});