@override Object toJson() => { 'artifact': artifact, if (maxHops.isNotDefault) 'maxHops': maxHops, if (filter.isNotDefault) 'filter': filter, };