menu
roomplan_flutter package
documentation
api/models/wall_data.dart
WallData
openings property
openings property
dark_mode
light_mode
openings
property
List
<
OpeningData
>
openings
final
A list of openings (doors or windows) detected in this wall.
Implementation
final List<OpeningData> openings;
roomplan_flutter package
documentation
api/models/wall_data
WallData
openings property
WallData class