DeleteMeshOutput constructor

DeleteMeshOutput({
  1. MeshData? mesh,
})

Implementation

DeleteMeshOutput({
  this.mesh,
});