ExecutorFactory constructor
ExecutorFactory()
Get the singleton instance of ExecutorFactory.
The ExecutorFactory is designed to work as a singleton.
Implementation
factory ExecutorFactory() => _instance;
Get the singleton instance of ExecutorFactory.
The ExecutorFactory is designed to work as a singleton.
factory ExecutorFactory() => _instance;