maxStreams property

int get maxStreams

Maximum streams value encoded in the capsule payload.

Implementation

int get maxStreams => VarInt.decode(data.buffer, offset: data.offsetInBytes);