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