LogDescriptor constructor
LogDescriptor({
- String? description,
- String? displayName,
- List<
LabelDescriptor> ? labels, - String? name,
Implementation
LogDescriptor({
this.description,
this.displayName,
this.labels,
this.name,
});