NERtcUserLeaveExtraInfo constructor
      
      NERtcUserLeaveExtraInfo({ 
    
    
- required String customInfo,
 
Implementation
NERtcUserLeaveExtraInfo({
  required this.customInfo,
});
NERtcUserLeaveExtraInfo({
  required this.customInfo,
});