operator * method

DecimalIntl operator *(
  1. dynamic other
)

Implementation

DecimalIntl operator *(dynamic other) =>
    DecimalIntl(decimal * DecimalIntl._(other).decimal);