KeyData constructor Null safety
Creates an object that represents a key event.
Implementation
const KeyData({
required this.timeStamp,
required this.type,
required this.physical,
required this.logical,
required this.character,
required this.synthesized,
});