round method

  1. @override
void round()
override

Round entries in this.

Implementation

@override
void round() {
  super.round();
  notifyListeners();
}