menu
chirp package
documentation
chirp_spans.dart
SlottedSpan
getSlot method
getSlot method
dark_mode
light_mode
getSlot
method
LogSpan
?
getSlot
(
String
slot
)
Gets the span in the named
slot
.
Implementation
LogSpan? getSlot(String slot) => _slots[slot];
chirp package
documentation
chirp_spans
SlottedSpan
getSlot method
SlottedSpan class