Feed constructor
Feed({})
Implementation
Feed({
required this.id,
required this.projectId,
required this.createdAt,
required this.name,
required this.description,
required this.visibility,
required this.paused,
required this.annotations,
required this.messageSchema,
});