dividedBy method

double dividedBy(
  1. num other
)

Implementation

double dividedBy(num other) => d(other).toDouble();