ModelPreferences constructor

const ModelPreferences({
  1. List<ModelHint>? hints,
  2. double? costPriority,
  3. double? speedPriority,
  4. double? intelligencePriority,
})

Implementation

const ModelPreferences({
  this.hints,
  this.costPriority,
  this.speedPriority,
  this.intelligencePriority,
});