FloorHeight constructor

FloorHeight({
  1. String? mode,
  2. bool? available,
  3. num? lowQuota,
  4. num? deltaDist,
  5. num? highQuota,
})

Implementation

FloorHeight(
    {this.mode,
    this.available,
    this.lowQuota,
    this.deltaDist,
    this.highQuota});