Creates a key event data structure specific for Android.
The hidUsage and codePoint arguments must not be null.
const RawKeyEventDataFuchsia({ this.hidUsage: 0, this.codePoint: 0, this.modifiers: 0, });