Pads this string on the left to length with pad.
length
pad
@useResult String padLeftTo(int length, [String pad = ' ']) => padLeft(length, pad);