Returns the 16-bit UTF-16 code unit at the given index.
index
@override int codeUnitAt(int index) => toString().codeUnitAt(index);