times method

double times(
  1. num other
)

Implementation

double times(num other) => t(other).toDouble();