I8nText constructor Null safety

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

Implementation

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