GoogleFirebaseAppcheckV1Service constructor

GoogleFirebaseAppcheckV1Service({
  1. String? enforcementMode,
  2. String? etag,
  3. String? name,
  4. String? replayProtection,
  5. String? updateTime,
})

Implementation

GoogleFirebaseAppcheckV1Service({
  this.enforcementMode,
  this.etag,
  this.name,
  this.replayProtection,
  this.updateTime,
});