withComment method

Implementation

JsonWidgetInternalBuildersBuilder withComment() {
  builders[JsonCommentBuilder.type] = JsonWidgetBuilderContainer(
    builder: JsonCommentBuilder.fromDynamic,
    schemaId: CommentSchema.id,
  );
  return this;
}