FeedSubscription constructor
FeedSubscription({})
Implementation
FeedSubscription({
required this.id,
required this.feedId,
required this.projectId,
required this.room,
required this.roomId,
required this.path,
required this.createdAt,
required this.annotations,
});