operator / method

Logic operator /(
  1. dynamic other
)

Division.

Implementation

Logic operator /(dynamic other) => Divide(this, other).out;