ServiceMeshType constructor

ServiceMeshType({
  1. String? code,
  2. String? displayName,
})

Implementation

ServiceMeshType({
  this.code,
  this.displayName,
});