round property

int? round

Round off double to int if double is string

Implementation

int? get round => FxString.round(this);