GoogleFirebaseAppcheckV1DebugToken constructor

GoogleFirebaseAppcheckV1DebugToken({
  1. String? displayName,
  2. String? etag,
  3. String? name,
  4. String? token,
  5. String? updateTime,
})

Implementation

GoogleFirebaseAppcheckV1DebugToken({
  this.displayName,
  this.etag,
  this.name,
  this.token,
  this.updateTime,
});