toJson method

Map<String, dynamic> toJson()

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 (clientType != null) 'clientType': clientType!,
      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 (recaptchaVersion != null) 'recaptchaVersion': recaptchaVersion!,
      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!,
    };