AutofeedSettings constructor

AutofeedSettings({
  1. bool? eligible,
  2. bool? enableProducts,
  3. String? name,
})

Implementation

AutofeedSettings({this.eligible, this.enableProducts, this.name});