rightPadding method

dynamic rightPadding()

Implementation

rightPadding() {
  return this.split(" ")[1];
}