operator * method

Big operator *(
  1. dynamic other
)

See Big.times

Implementation

Big operator *(dynamic other) => times(other);