operator / method

dynamic operator /(
  1. dynamic other
)

Implementation

operator /(other) => this.div(other);