operator * method

Percent operator *(
  1. covariant Fraction other
)

Implementation

Percent operator *(covariant Fraction other) {
  return toPercent(super.multiply(other));
}