RulerWallWall2 constructor

RulerWallWall2({
  1. String? mode,
  2. bool? available,
  3. num? cuttingTop,
  4. num? quotaSmooth,
  5. num? cuttingBottom,
  6. num? quotaVertical,
  7. num? quotaSmoothBk,
  8. num? quotaVerticalBk,
})

Implementation

RulerWallWall2(
    {this.mode,
    this.available,
    this.cuttingTop,
    this.quotaSmooth,
    this.cuttingBottom,
    this.quotaVertical,
    this.quotaSmoothBk,
    this.quotaVerticalBk});