Sequential constructor
Sequential({
- Duration? buffer,
Creates an Sequential with an optional buffer
for throttling
execution.
Implementation
Sequential({
Duration? buffer,
}) : _buffer = buffer;