WorkforcePoolProviderKey constructor

WorkforcePoolProviderKey({
  1. String? expireTime,
  2. KeyData? keyData,
  3. String? name,
  4. String? state,
  5. String? use,
})

Implementation

WorkforcePoolProviderKey({
  this.expireTime,
  this.keyData,
  this.name,
  this.state,
  this.use,
});