times method

int times(
  1. num other
)

Implementation

int times(num other) => t(other).toInt();