Comment constructor

Comment(
  1. Map innerMap, {
  2. int? id,
})

Implementation

Comment(
  super.innerMap, {
  super.id,
});