suffix property
LogSpan?
get
suffix
The span rendered after the child.
Implementation
LogSpan? get suffix => getSlot(suffixSlot);
set
suffix
(LogSpan? v)
Implementation
set suffix(LogSpan? v) => setSlot(suffixSlot, v);