Arabic constructor

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

Implementation

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