KeyListEntry constructor

KeyListEntry({
  1. String? keyArn,
  2. String? keyId,
})

Implementation

KeyListEntry({
  this.keyArn,
  this.keyId,
});