sheetMapperBuilder function

Builder sheetMapperBuilder(
  1. BuilderOptions options
)

Builder factory for the sheet_mapper generator

This is the entry point for build_runner to create the generator

Implementation

Builder sheetMapperBuilder(BuilderOptions options) {
  return SharedPartBuilder([SheetMapperGenerator()], 'sheet_mapper');
}