AutokeyConfig constructor

AutokeyConfig({
  1. String? keyProject,
  2. String? name,
  3. String? state,
})

Implementation

AutokeyConfig({
  this.keyProject,
  this.name,
  this.state,
});