Converts to JSON.
Map<String, dynamic> toJson() => { if (id != null) 'id': id, 'name': name, if (args != null) 'args': args, };