XauthResponse constructor
      
      XauthResponse({ 
    
    
- String? message,
- XDataModel? xDataModel,
- bool? success,
Implementation
XauthResponse({this.message, this.xDataModel, this.success});