Emotion constructor
Emotion({
- double? confidence,
- EmotionName? type,
Implementation
Emotion({
this.confidence,
this.type,
});
Emotion({
this.confidence,
this.type,
});