XauthResponse constructor

XauthResponse({
  1. String? message,
  2. XDataModel? xDataModel,
  3. bool? success,
})

Implementation

XauthResponse({this.message, this.xDataModel, this.success});