canSend method

bool canSend(
  1. String queue
)

Implementation

bool canSend(String queue) => send == null || send!.contains(queue);