Queue constructor

Queue({
  1. String? name,
  2. String? url,
})

Implementation

Queue({
  this.name,
  this.url,
});