ModelPreferences constructor

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

Implementation

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