frendaGenerator function
Builder
frendaGenerator(
- BuilderOptions options
生成器
Implementation
Builder frendaGenerator(BuilderOptions options) {
final config = FrendaConfig.fromJson(options.config);
return SharedPartBuilder([FrendaGenerator(config)], 'frenda');
}