leftMargin method

dynamic leftMargin()

Implementation

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