getSlot method

LogSpan? getSlot(
  1. String slot
)

Gets the span in the named slot.

Implementation

LogSpan? getSlot(String slot) => _slots[slot];