operator % method

Logic operator %(
  1. dynamic other
)

Modulo operation.

Implementation

Logic operator %(dynamic other) => Modulo(this, other).out;