UtilityNumber extension

on

Methods

divide(num divisor) int
It returns quotient as integer on divison.
xor(int val) int
It returns xor operation
zeroFillRightShift(int amount) int
As dart don't have >>>. So to achieve functionality of >>> a mimic can be used.