ModelSettings constructor

ModelSettings({
  1. String? languageModelName,
})

Implementation

ModelSettings({
  this.languageModelName,
});