Comment constructor

Comment(
  1. String? data
)

Implementation

Comment(this.data) : super._();