DisposeFunctionConfig constructor

const DisposeFunctionConfig({
  1. bool isInstance = false,
  2. required String name,
  3. ImportableType? importableType,
})

Implementation

const DisposeFunctionConfig({
  this.isInstance = false,
  required this.name,
  this.importableType,
});