OutputNumberOptions constructor

OutputNumberOptions(
  1. bool transparent,
  2. bool displayLeadingZeros,
  3. bool displayZeroAsBlank,
  4. bool truncate,
)

Implementation

OutputNumberOptions(this.transparent, this.displayLeadingZeros,
    this.displayZeroAsBlank, this.truncate);