Trunc constructor

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

Implementation

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