operator * method

int operator *(
  1. int other
)

Implementation

int operator *(int other) => toInt() * other;