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 (continueUrl != null) 'continueUrl': continueUrl!,
  if (email != null) 'email': email!,
  if (iOSAppStoreId != null) 'iOSAppStoreId': iOSAppStoreId!,
  if (iOSBundleId != null) 'iOSBundleId': iOSBundleId!,
  if (idToken != null) 'idToken': idToken!,
  if (kind != null) 'kind': kind!,
  if (newEmail != null) 'newEmail': newEmail!,
  if (requestType != null) 'requestType': requestType!,
  if (userIp != null) 'userIp': userIp!,
};