round method

  1. @override
int round()

Returns this.

Implementation

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