Emotion constructor

Emotion({
  1. double? confidence,
  2. EmotionName? type,
})

Implementation

Emotion({
  this.confidence,
  this.type,
});