GoogleFirebaseAppcheckV1betaExchangePlayIntegrityTokenRequest.fromJson constructor
GoogleFirebaseAppcheckV1betaExchangePlayIntegrityTokenRequest.fromJson(
- Map json_
Implementation
GoogleFirebaseAppcheckV1betaExchangePlayIntegrityTokenRequest.fromJson(
core.Map json_)
: this(
limitedUse: json_.containsKey('limitedUse')
? json_['limitedUse'] as core.bool
: null,
playIntegrityToken: json_.containsKey('playIntegrityToken')
? json_['playIntegrityToken'] as core.String
: null,
);