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