alphaxBuilder function

Builder alphaxBuilder(
  1. BuilderOptions options
)

Creates the AlphaX shared-part builder used by build_runner.

Implementation

Builder alphaxBuilder(BuilderOptions options) =>
    SharedPartBuilder(<Generator>[AlphaXApiGenerator()], 'alphax_generator');