EnterText.deserialize constructor
Deserializes this command from the value generated by serialize.
Implementation
EnterText.deserialize(super.json)
: text = json['text']!,
super.deserialize();
Deserializes this command from the value generated by serialize.
EnterText.deserialize(super.json)
: text = json['text']!,
super.deserialize();