Comment constructor
Comment({})
Implementation
Comment({
required this.id,
required this.text,
required this.by,
required this.type,
required this.parent,
required this.time,
required this.dead,
required this.deleted,
required this.kids,
});