multiply method

RadInteger multiply(
  1. int i
)

Implementation

RadInteger multiply(int i) => RadInteger(_value * i);