DeleteMeshOutput constructor

DeleteMeshOutput({
  1. required MeshData mesh,
})

Implementation

DeleteMeshOutput({
  required this.mesh,
});