PvtTextSource constructor

PvtTextSource(
  1. String str,
  2. int begin,
  3. int end,
  4. PvtKeyEncoding encoding,
)

Constructor

Implementation

PvtTextSource(String str, int begin, int end, this.encoding)
    : super._internal(str, begin, end);