GoogleFirebaseAppcheckV1DebugToken constructor

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

Implementation

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