operator * method

num operator *(
  1. num other
)

Multiplication operator.

Implementation

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