GetPointCloudMapResponse constructor
Implementation
factory GetPointCloudMapResponse({
$core.List<$core.int>? pointCloudPcdChunk,
}) {
final $result = create();
if (pointCloudPcdChunk != null) {
$result.pointCloudPcdChunk = pointCloudPcdChunk;
}
return $result;
}