priority property
StreamPriority
get
priority
The StreamPriority of the current stream.
New data on higher-priority streams can interrupt lower-priority streams.
Implementation
StreamPriority get priority => _internal.priority;