routeable function

Builder routeable(
  1. BuilderOptions options
)

Implementation

Builder routeable(BuilderOptions options) {
  return SharedPartBuilder(
    [
      RouteableGenerator(),
    ],
    'routeable',
  );
}