operator / method

double operator /(
  1. int other
)

Implementation

double operator /(int other) => toInt() / other;