menu
roomplan_flutter package
documentation
api/models/room_data.dart
RoomData
walls property
walls property
dark_mode
light_mode
walls
property
List
<
WallData
>
walls
final
A list of all detected wall surfaces in the room.
Implementation
final List<WallData> walls;
roomplan_flutter package
documentation
api/models/room_data
RoomData
walls property
RoomData class