dividedBy method

int dividedBy(
  1. num other
)

Implementation

int dividedBy(num other) => d(other) as int;