Returns the remainder of the truncating division of this integer by other.
other
@override Int64 remainder(Object other) => _divide(this, other, _RETURN_REM);