ProductEload constructor

ProductEload({
  1. bool? autoRefill,
})

Implementation

ProductEload({
  this.autoRefill,
});