JsonCommentBuilderModel constructor

const JsonCommentBuilderModel(
  1. Map<String, dynamic> args, {
  2. String? comment,
  3. List? comments,
  4. JsonWidgetData? child,
})

Implementation

const JsonCommentBuilderModel(
  super.args, {
  this.comment,
  this.comments,
  this.child,
});