NiceReportBuilder constructor
- Key? key,
- NiceReportDefinition? definition,
- void onSave()?,
- void onChange()?,
- void onExportJson(
- String json
Implementation
const NiceReportBuilder({
super.key,
this.definition,
this.onSave,
this.onChange,
this.onExportJson,
});