GetDevicesInPlacementResponse constructor

GetDevicesInPlacementResponse(
  1. {required Map<String, String> devices}
)

Implementation

GetDevicesInPlacementResponse({
  required this.devices,
});