RoundToScale constructor

RoundToScale({
  1. int? scale,
})

Implementation

RoundToScale({
  this.scale,
});