OptionsData constructor

OptionsData({
  1. bool? aadhaarXml,
  2. bool? allowSelection,
  3. String? clientId,
  4. String? email,
  5. String? logoUrl,
  6. int? maxRetryCount,
  7. String? mobile,
  8. String? name,
  9. String? redirectUrl,
  10. bool? skipMainScreen,
  11. bool? verifyEmail,
  12. bool? verifyPhone,
  13. bool? voiceAssistant,
  14. String? voiceAssistantLang,
  15. String? aadhaarNumber,
  16. List<String?>? autoSelectCheckBox,
})

Implementation

OptionsData({
  this.aadhaarXml,
  this.allowSelection,
  this.clientId,
  this.email,
  this.logoUrl,
  this.maxRetryCount,
  this.mobile,
  this.name,
  this.redirectUrl,
  this.skipMainScreen,
  this.verifyEmail,
  this.verifyPhone,
  this.voiceAssistant,
  this.voiceAssistantLang,
  this.aadhaarNumber,
  this.autoSelectCheckBox,
});