withComment method

void withComment()

Implementation

void withComment() {
  _builders[JsonCommentBuilder.kType] = const JsonWidgetBuilderContainer(
    builder: JsonCommentBuilder.fromDynamic,
    schemaId: CommentSchema.id,
  );
  _schemas[CommentSchema.id] = CommentSchema.schema;
}