DetectionResultBase constructor
const
DetectionResultBase({})
Implementation
const DetectionResultBase({
required this.language,
required this.score,
required this.translationSupported,
required this.transliterationSupported,
});