CredentialKey constructor

CredentialKey(
  1. List<int> data
)

Constructs a CredentialKey with the specified data.

Implementation

CredentialKey(super.data);