GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse constructor

GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse({
  1. List<GoogleFirebaseAppcheckV1betaPlayIntegrityConfig>? configs,
})

Implementation

GoogleFirebaseAppcheckV1betaBatchGetPlayIntegrityConfigsResponse({
  this.configs,
});