MeshSpec constructor

MeshSpec({
  1. EgressFilter? egressFilter,
})

Implementation

MeshSpec({
  this.egressFilter,
});