ServiceMeshAnalysisMessageBase constructor

ServiceMeshAnalysisMessageBase({
  1. String? documentationUrl,
  2. String? level,
  3. ServiceMeshType? type,
})

Implementation

ServiceMeshAnalysisMessageBase({
  this.documentationUrl,
  this.level,
  this.type,
});