LogDescriptor constructor
LogDescriptor({
- String name = '',
- List<
LabelDescriptor> labels = const [], - String description = '',
- String displayName = '',
Implementation
LogDescriptor({
this.name = '',
this.labels = const [],
this.description = '',
this.displayName = '',
}) : super(fullyQualifiedName);