StationResultDataSubModel constructor

StationResultDataSubModel({
  1. String? id,
  2. List? fastMode,
  3. String? name,
  4. num? smcount,
  5. num? smooth,
  6. num? vecount,
  7. String? base,
  8. String? measure,
  9. num? value,
  10. num? vertical,
  11. String? type,
  12. String? index,
  13. num? failed,
  14. num? height,
  15. String? parent,
  16. String? objModel,
  17. num? floor_dist,
  18. List? width_list,
  19. List? height_list,
  20. num? delta_height,
  21. Map<String, dynamic>? flatness,
  22. String? img,
  23. num? smooth_showed_count,
  24. num? vertical_showed_count,
  25. num? count,
  26. String? wall,
})

Implementation

StationResultDataSubModel(
    {this.id,
    this.fastMode,
    this.name,
    this.smcount,
    this.smooth,
    this.vecount,
    this.base,
    this.measure,
    this.value,
    this.vertical,
    this.type,
    this.index,
    this.failed,
    this.height,
    this.parent,
    this.objModel,
    this.floor_dist,
    this.width_list,
    this.height_list,
    this.delta_height,
    this.flatness,
    this.img,
    this.smooth_showed_count,
    this.vertical_showed_count,
    this.count,
    this.wall});