round method

int round()
inherited

See num.round

Implementation

int round() => value.round();