serialize method
Serializes the given value to a DogNativeCodec native value.
Implementation
@override
serialize(LogicalKeyboardKey value, DogEngine engine) => {
"id": value.keyId,
"label": value.keyLabel,
};
Serializes the given value to a DogNativeCodec native value.
@override
serialize(LogicalKeyboardKey value, DogEngine engine) => {
"id": value.keyId,
"label": value.keyLabel,
};