The string trimmed from the left side by the given length.
length
String trimLeftLength(int length) => substring(length);