round method

int? round()

Implementation

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