restageGeneratedDartBuilder function

Builder restageGeneratedDartBuilder(
  1. BuilderOptions options
)

build_runner factory entry point for the one builder that materializes per-library generated Dart. It owns the whole <stem>.restage.g.dart family, so a library declaring both a screen and a flow still has exactly one generated part with one claimant.

Implementation

Builder restageGeneratedDartBuilder(BuilderOptions options) =>
    RestageGeneratedDartBuilder(options);