frendaGenerator function

Builder frendaGenerator(
  1. BuilderOptions options
)

生成器

Implementation

Builder frendaGenerator(BuilderOptions options) {
  final config = FrendaConfig.fromJson(options.config);
  return SharedPartBuilder([FrendaGenerator(config)], 'frenda');
}