InstrumentationLibrarySpans constructor

InstrumentationLibrarySpans({
  1. required InstrumentationLibrary instrumentationLibrary,
  2. List<Span> spans = const [],
  3. String? schemaUrl,
})

Implementation

InstrumentationLibrarySpans({
  required this.instrumentationLibrary,
  this.spans = const [],
  this.schemaUrl,
});