operator * method

num operator *(
  1. Object other
)

Implementation

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