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