I8nText constructor

I8nText({
  1. String? lang,
  2. String? text,
})

Implementation

I8nText({this.lang, this.text});