WorkerOptions constructor
WorkerOptions({
- WorkerType type,
- RequestCredentials credentials,
- String name,
Implementation
external factory WorkerOptions({
WorkerType type,
RequestCredentials credentials,
String name,
});