sentGoawayFrames property

List<Http3GoawayFrame> get sentGoawayFrames

GOAWAY frames that have been sent on this connection.

Implementation

List<Http3GoawayFrame> get sentGoawayFrames =>
    List.unmodifiable(_sentGoawayFrames);