EnterText.deserialize constructor

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

Deserializes this command from the value generated by serialize.

Implementation

EnterText.deserialize(super.json)
  : text = json['text']!,
    super.deserialize();