queue property
String
get
queue
The queue this job should be dispatched to. Defaults to 'default'.
Implementation
String get queue => 'default';
The queue this job should be dispatched to. Defaults to 'default'.
String get queue => 'default';