NERtcDesktopDeviceInfo constructor
      
      NERtcDesktopDeviceInfo({})
     
    
    
Implementation
NERtcDesktopDeviceInfo(
    {required this.deviceName,
    required this.deviceId,
    required this.transportType,
    required this.suspectedUnavailable,
    required this.systemDefaultDevice,
    required this.systemPriorityDevice});