tableSchemaBuilder function

Builder tableSchemaBuilder(
  1. BuilderOptions options
)

Builder that generates TableDoc constants from @TableSchema-annotated classes.

Implementation

Builder tableSchemaBuilder(BuilderOptions options) => TableSchemaBuilder();