modelsGeneratorBuilder function

ModelsGenerator modelsGeneratorBuilder(
  1. BuilderOptions options
)

Build runner static entry point for ModelsGenerator.

Implementation

ModelsGenerator modelsGeneratorBuilder(final BuilderOptions options) =>
    ModelsCommand().get(options.config);