http2
transport
Settings
Settings const constructor
Settings
Settings class
Constructors
Settings
Properties
concurrentStreamLimit
streamWindowSize
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Settings constructor
const
Settings
(
{
int
concurrentStreamLimit
,
int
streamWindowSize
})
Implementation
const Settings({this.concurrentStreamLimit, this.streamWindowSize});