PvtTextSource constructor
PvtTextSource(
- String str,
- int begin,
- int end,
- PvtKeyEncoding encoding,
Constructor
Implementation
PvtTextSource(String str, int begin, int end, this.encoding)
: super._internal(str, begin, end);