метод round абстрактный
int round(Возвращает целое число, ближайшее к this.
Округляет в сторону от нуля, когда нет ближайшего целого числа: (3.5).round() == 4 и (-3.5).round() == -4.
Если this не является конечным (NaN или бесконечность), выбрасывает UnsupportedError.
Исходный код
int round();
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-core/double/round.html