menu
aimux package
documentation
types.dart
TimeoutConfiguration
TimeoutConfiguration.new constructor
TimeoutConfiguration.new constructor
dark_mode
light_mode
TimeoutConfiguration
constructor
TimeoutConfiguration
(
{
int
?
totalMs
,
int
?
firstChunkMs
,
int
?
chunkMs
,
})
Implementation
TimeoutConfiguration({this.totalMs, this.firstChunkMs, this.chunkMs});
aimux package
documentation
types
TimeoutConfiguration
TimeoutConfiguration.new constructor
TimeoutConfiguration class