AroundPrecisionFromValueInner constructor

const AroundPrecisionFromValueInner({
  1. int? from,
  2. int? value,
})

Returns a new AroundPrecisionFromValueInner instance.

Implementation

const AroundPrecisionFromValueInner({
  this.from,
  this.value,
});