ExternalAccountKey constructor

ExternalAccountKey({
  1. String? b64MacKey,
  2. String? keyId,
  3. String? name,
})

Implementation

ExternalAccountKey({this.b64MacKey, this.keyId, this.name});