KeyFileConfig constructor
Creates an instance of KeyFileConfig
Implementation
const KeyFileConfig({
this.generate = false,
this.publicKey,
this.privateKey,
});
Creates an instance of KeyFileConfig
const KeyFileConfig({
this.generate = false,
this.publicKey,
this.privateKey,
});