KeyFileConfig constructor

const KeyFileConfig({
  1. bool generate = false,
  2. String? publicKey,
  3. String? privateKey,
})

Creates an instance of KeyFileConfig

Implementation

const KeyFileConfig({
  this.generate = false,
  this.publicKey,
  this.privateKey,
});