minus method

double minus(
  1. num other
)

Implementation

double minus(num other) => m(other).toDouble();