v1ImportPrivateKeyIntent constructor
const
v1ImportPrivateKeyIntent({})
Implementation
const v1ImportPrivateKeyIntent({
required this.userId,
required this.privateKeyName,
required this.encryptedBundle,
required this.curve,
required this.addressFormats,
});