ServiceManagementNavigationInfo constructor

ServiceManagementNavigationInfo({
  1. String? queueCategory,
  2. int? queueId,
  3. String? queueName,
})

Implementation

ServiceManagementNavigationInfo(
    {this.queueCategory, this.queueId, this.queueName});