DescribeMeshOutput constructor

DescribeMeshOutput({
  1. required MeshData mesh,
})

Implementation

DescribeMeshOutput({
  required this.mesh,
});