OptionsData constructor
OptionsData({
- bool? aadhaarXml,
- bool? allowSelection,
- String? clientId,
- String? email,
- String? logoUrl,
- int? maxRetryCount,
- String? mobile,
- String? name,
- String? redirectUrl,
- bool? skipMainScreen,
- bool? verifyEmail,
- bool? verifyPhone,
- bool? voiceAssistant,
- String? voiceAssistantLang,
- String? aadhaarNumber,
- 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,
});