Romanization constructor

Romanization({
  1. String? detectedLanguageCode,
  2. String? romanizedText,
})

Implementation

Romanization({
  this.detectedLanguageCode,
  this.romanizedText,
});