QueuesGrant constructor

QueuesGrant({
  1. List<String>? send,
  2. List<String>? receive,
  3. bool list = true,
})

Implementation

QueuesGrant({this.send, this.receive, this.list = true});