UDecodedText constructor

const UDecodedText(
  1. String text,
  2. String encoding
)

Implementation

const UDecodedText(this.text, this.encoding);