GetPointCloudMapResponse constructor

GetPointCloudMapResponse({
  1. List<int>? pointCloudPcdChunk,
})

Implementation

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