factory CommandSendAction.fromJson(Map<String, dynamic> json) => CommandSendAction( target: json['target'] as String, text: json['text'] as String, );