operator * method

num operator *(
  1. num other
)
inherited

Multiplication operator.

Implementation

num operator *(num other) => value * other;