HotKeyDefinition constructor
HotKeyDefinition({})
Implementation
HotKeyDefinition({
required this.platformCode,
required this.alt,
required this.shift,
required this.meta,
required this.control,
});
HotKeyDefinition({
required this.platformCode,
required this.alt,
required this.shift,
required this.meta,
required this.control,
});