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