ShowEffectiveAutokeyConfigResponse constructor

ShowEffectiveAutokeyConfigResponse({
  1. String? keyProject,
  2. String? keyProjectResolutionMode,
  3. Source? source,
})

Implementation

ShowEffectiveAutokeyConfigResponse({
  this.keyProject,
  this.keyProjectResolutionMode,
  this.source,
});