GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse constructor

GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse({
  1. List<GoogleFirebaseAppcheckV1DeviceCheckConfig>? configs,
})

Implementation

GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse({
  this.configs,
});