toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'aadhaar_xml': aadhaarXml,
'allow_selection': allowSelection,
'client_id': clientId,
'email': email,
'logo_url': logoUrl,
'max_retry_count': maxRetryCount,
'mobile': mobile,
'name': name,
'redirect_url': redirectUrl,
'skip_main_screen': skipMainScreen,
'verify_email': verifyEmail,
'verify_phone': verifyPhone,
'voice_assistant': voiceAssistant,
'voice_assistant_lang': voiceAssistantLang,
'aadhaar_number': aadhaarNumber,
"auto_selection_check_box": autoSelectCheckBox,
};
}