KeyFileComposite constructor

KeyFileComposite({
  1. required PasswordCredentials? password,
  2. required KeyFileCredentials? keyFile,
})

Implementation

KeyFileComposite({required this.password, required this.keyFile});