InstrumentationLibrarySpans constructor
InstrumentationLibrarySpans({
- required InstrumentationLibrary instrumentationLibrary,
- List<
Span> spans = const [], - String? schemaUrl,
Implementation
InstrumentationLibrarySpans({
required this.instrumentationLibrary,
this.spans = const [],
this.schemaUrl,
});