@override String get representation => '$priority $targetName ${params.entries .map((entry) => '${entry.key}=${entry.value}') .join(' ')}';