Mustache constructor

Mustache({
  1. double? confidence,
  2. bool? value,
})

Implementation

Mustache({
  this.confidence,
  this.value,
});