Timeout constructor
Timeout(})
A Timeout is a simple delay in your code. It is done with the Schedule Command and generates a File under the hood.
Implementation
Timeout(
this.name, {
required this.children,
required this.ticks,
this.path = 'timers',
});