PreferenceImportance constructor

PreferenceImportance({
  1. String? id,
  2. String? name,
  3. int? factor,
  4. int? minimalMatch,
})

Implementation

PreferenceImportance({this.id, this.name, this.factor, this.minimalMatch});