toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (autoRetrievalInfo != null) 'autoRetrievalInfo': autoRetrievalInfo!,
      if (captchaResponse != null) 'captchaResponse': captchaResponse!,
      if (clientType != null) 'clientType': clientType!,
      if (iosReceipt != null) 'iosReceipt': iosReceipt!,
      if (iosSecret != null) 'iosSecret': iosSecret!,
      if (phoneNumber != null) 'phoneNumber': phoneNumber!,
      if (playIntegrityToken != null)
        'playIntegrityToken': playIntegrityToken!,
      if (recaptchaToken != null) 'recaptchaToken': recaptchaToken!,
      if (recaptchaVersion != null) 'recaptchaVersion': recaptchaVersion!,
      if (safetyNetToken != null) 'safetyNetToken': safetyNetToken!,
    };