Map<String, dynamic> toJson() { return { 'title': title, 'command': command, 'arguments': arguments, }; }