MeshIstio constructor

MeshIstio({
  1. String? meshUid,
  2. String? serviceName,
  3. String? serviceNamespace,
})

Implementation

MeshIstio({
  this.meshUid,
  this.serviceName,
  this.serviceNamespace,
});