fix: parameterless constructor

This commit is contained in:
Björn
2025-10-25 13:35:58 +02:00
parent c3230d5d91
commit 9a879fd1ac
@@ -7,6 +7,11 @@ namespace Speckle.Sdk.Models.Collections;
[SpeckleType("Speckle.Core.Models.Collections.RootCollection")]
public class RootCollection : Collection
{
/// <summary>
/// Parameterless constructor for deserialization.
/// </summary>
public RootCollection() { }
/// <summary>
/// Constructor for a root collection.
/// </summary>