SendTextInputAction.deserialize constructor
Deserializes this command from the value generated by serialize.
Implementation
SendTextInputAction.deserialize(super.json)
: textInputAction =
_textInputActionIndex.lookupBySimpleName(json['action']!),
super.deserialize();