SetTextEntryEmulation.deserialize constructor Null safety
Deserializes this command from the value generated by serialize.
Implementation
SetTextEntryEmulation.deserialize(super.json)
: enabled = json['enabled'] == 'true',
super.deserialize();