V2Key constructor

V2Key({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. String? etag,
  6. String? keyString,
  7. String? name,
  8. V2Restrictions? restrictions,
  9. String? uid,
  10. String? updateTime,
})

Implementation

V2Key({
  this.annotations,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.etag,
  this.keyString,
  this.name,
  this.restrictions,
  this.uid,
  this.updateTime,
});