Comment constructor

Comment([
  1. String data
])

Implementation

external factory Comment([String data]);