Remove unnecessary cast from clamp computation. (dart-lang/clock#21) Now that the analyzer correctly computes the type of `int.clamp(int, int)` as `int` (for libraries opted into null safety), we no longer need to cast the result to an `int`.