AutokeyConfig constructor

AutokeyConfig({
  1. String? etag,
  2. String? keyProject,
  3. String? keyProjectResolutionMode,
  4. String? name,
  5. String? state,
})

Implementation

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