maxStreams property
int
get
maxStreams
Maximum streams value encoded in the capsule payload.
Implementation
int get maxStreams => VarInt.decode(data.buffer, offset: data.offsetInBytes);
Maximum streams value encoded in the capsule payload.
int get maxStreams => VarInt.decode(data.buffer, offset: data.offsetInBytes);