Overrides constructor
Overrides({
- List<
ContainerOverride> ? containerOverrides, - int? taskCount,
- int? timeoutSeconds,
Implementation
Overrides({
this.containerOverrides,
this.taskCount,
this.timeoutSeconds,
});