GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity.fromJson constructor

GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity.fromJson(
  1. Map json_
)

Implementation

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