SetTextEntryEmulation.deserialize constructor

SetTextEntryEmulation.deserialize(
  1. Map<String, String> json
)

Deserializes this command from the value generated by serialize.

Implementation

SetTextEntryEmulation.deserialize(super.json)
  : enabled = json['enabled'] == 'true',
    super.deserialize();