toJson method
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{
"currentCommand": currentCommand,
"previousCommand": previousCommand,
"description": description.name,
"interface": interface,
"schema": schema,
"visualFeedback": visualFeedback,
};