storeGenerator function

Builder storeGenerator(
  1. BuilderOptions options
)

Implementation

Builder storeGenerator(BuilderOptions options) =>
    SharedPartBuilder([StoreGenerator(options)], 'store_generator');