Cyrillic constructor

Cyrillic({
  1. int? confidence,
  2. String? text,
})

Implementation

Cyrillic({
    this.confidence,
    this.text,
});