rightMargin method

dynamic rightMargin()

Implementation

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