MessageCollector.timeout

The time the collector should run for, represented as a Duration object. The collector ends, and calls the ending callback, when this time is up

class MessageCollector
Nullable!(Duration) timeout;

Meta