Round constructor

Round(
  1. Object value, {
  2. Object? precision,
})

Implementation

Round(this.value, {this.precision});