GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse constructor

GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse({
  1. List<GoogleFirebaseAppcheckV1betaDeviceCheckConfig>? configs,
})

Implementation

GoogleFirebaseAppcheckV1betaBatchGetDeviceCheckConfigsResponse({
  this.configs,
});