round method

int? round()

Returns this.

Implementation

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