Comment constructor

Comment({
  1. String? body,
})

Implementation

Comment({this.body});