leftPadding method

dynamic leftPadding()

Implementation

leftPadding() {
  return this.split(" ")[3];
}