Map<String, dynamic> toJson() => { 'title': title, 'command': command, if (arguments != null) 'arguments': arguments, };