toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (androidInstallApp != null) 'androidInstallApp': androidInstallApp!,
if (androidMinimumVersion != null)
'androidMinimumVersion': androidMinimumVersion!,
if (androidPackageName != null)
'androidPackageName': androidPackageName!,
if (canHandleCodeInApp != null)
'canHandleCodeInApp': canHandleCodeInApp!,
if (captchaResp != null) 'captchaResp': captchaResp!,
if (challenge != null) 'challenge': challenge!,
if (continueUrl != null) 'continueUrl': continueUrl!,
if (dynamicLinkDomain != null) 'dynamicLinkDomain': dynamicLinkDomain!,
if (email != null) 'email': email!,
if (iOSAppStoreId != null) 'iOSAppStoreId': iOSAppStoreId!,
if (iOSBundleId != null) 'iOSBundleId': iOSBundleId!,
if (idToken != null) 'idToken': idToken!,
if (newEmail != null) 'newEmail': newEmail!,
if (requestType != null) 'requestType': requestType!,
if (returnOobLink != null) 'returnOobLink': returnOobLink!,
if (targetProjectId != null) 'targetProjectId': targetProjectId!,
if (tenantId != null) 'tenantId': tenantId!,
if (userIp != null) 'userIp': userIp!,
};