DescribeMeshOutput constructor

DescribeMeshOutput({
  1. MeshData? mesh,
})

Implementation

DescribeMeshOutput({
  this.mesh,
});