GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse.fromJson constructor
      
      GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse.fromJson(
    
    
- Map json_
 
Implementation
GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse.fromJson(
    core.Map json_)
    : this(
        configs: (json_['configs'] as core.List?)
            ?.map((value) => GoogleFirebaseAppcheckV1AppAttestConfig.fromJson(
                value as core.Map<core.String, core.dynamic>))
            .toList(),
      );