Returns the code unit at the specified index.
index
int? codeUnitAt(int index) => valueString?.codeUnitAt(index);