remainder abstract method Null safety
- dynamic other
Returns the remainder of the truncating division of this integer by
other
.
Implementation
IntX remainder(other);
Returns the remainder of the truncating division of this integer by
other
.
IntX remainder(other);