GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity.fromJson constructor
GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity.fromJson(
- Map json_
Implementation
GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity.fromJson(
core.Map json_,
) : this(
allowUnrecognizedVersion:
json_['allowUnrecognizedVersion'] as core.bool?,
);