Rounds the given value x towards the closest integer with ties rounded towards even integer.
x
int round(num x) => x.round();