GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse constructor

GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse({
  1. List<GoogleFirebaseAppcheckV1PlayIntegrityConfig>? configs,
})

Implementation

GoogleFirebaseAppcheckV1BatchGetPlayIntegrityConfigsResponse({
  this.configs,
});