isControlStream property

bool get isControlStream

Is this a control stream?

Implementation

bool get isControlStream =>
    typeFromStreamId(streamId, isServer) == Http3StreamType.control;