Pads this string on the right to length with pad.
length
pad
@useResult String padRightTo(int length, [String pad = ' ']) => padRight(length, pad);