BackendServiceIap constructor

const BackendServiceIap({
  1. required bool enabled,
  2. TfArg<String>? oauth2ClientId,
  3. TfArg<String>? oauth2ClientSecret,
})

Implementation

const BackendServiceIap({
  required this.enabled,
  this.oauth2ClientId,
  this.oauth2ClientSecret,
});