StationResultDataSubModel constructor
StationResultDataSubModel({
- String? id,
- List? fastMode,
- String? name,
- num? smcount,
- num? smooth,
- num? vecount,
- String? base,
- String? measure,
- num? value,
- num? vertical,
- String? type,
- String? index,
- num? failed,
- num? height,
- String? parent,
- String? objModel,
- num? floor_dist,
- List? width_list,
- List? height_list,
- num? delta_height,
- Map<
String, dynamic> ? flatness, - String? img,
- num? smooth_showed_count,
- num? vertical_showed_count,
- num? count,
- 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});