DisposeFunctionConfig constructor
const
DisposeFunctionConfig({
- bool isInstance = false,
- required String name,
- ImportableType? importableType,
Implementation
const DisposeFunctionConfig({
this.isInstance = false,
required this.name,
this.importableType,
});