probeBuilder function

Builder probeBuilder(
  1. BuilderOptions options
)

Factory function referenced by build.yaml — build_runner calls this with the user's BuilderOptions (from their own build.yaml if any) and expects a Builder back.

Implementation

Builder probeBuilder(BuilderOptions options) => ProbeBuilder();