GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest.fromJson constructor

GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest.fromJson(
  1. Map json_
)

Implementation

GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest.fromJson(
  core.Map json_,
) : this(
      limitedUse: json_['limitedUse'] as core.bool?,
      playIntegrityToken: json_['playIntegrityToken'] as core.String?,
    );