CreateMeshOutput constructor

CreateMeshOutput({
  1. MeshData? mesh,
})

Implementation

CreateMeshOutput({
  this.mesh,
});