BatchingSettingsProto constructor
BatchingSettingsProto({})
Implementation
BatchingSettingsProto({
this.delayThreshold,
this.elementCountLimit,
this.elementCountThreshold,
this.flowControlByteLimit,
this.flowControlElementLimit,
this.flowControlLimitExceededBehavior,
this.requestByteLimit,
this.requestByteThreshold,
});