modulo method

RadInteger modulo(
  1. dynamic i
)

Implementation

RadInteger modulo(dynamic i) => RadInteger((_value % i.toInt()) as int);