operator / method

double operator /(
  1. num other
)
inherited

See the num documentation

Implementation

double operator /(num other) => value / other;