queue property

  1. @QueueViewConverter()
QueueView? get queue
inherited

The queue this report is assigned to (if any)

Implementation

@ReportAssignmentConverter() ReportAssignment? get assignment;/// The queue this report is assigned to (if any)
@QueueViewConverter() QueueView? get queue;