minus method

int minus(
  1. num other
)

Implementation

int minus(num other) => m(other).toInt();