LogDescriptor constructor

LogDescriptor({
  1. String name = '',
  2. List<LabelDescriptor> labels = const [],
  3. String description = '',
  4. String displayName = '',
})

Implementation

LogDescriptor({
  this.name = '',
  this.labels = const [],
  this.description = '',
  this.displayName = '',
}) : super(fullyQualifiedName);