decode abstract method

String decode(
  1. List<int> utf16EncodedBytes, [
  2. int offset = 0,
  3. int? length
])

Implementation

String decode(List<int> utf16EncodedBytes, [int offset = 0, int? length]);