factory TailRobotPartLogsResponse({ $core.Iterable<$14.LogEntry>? logs, }) { final $result = create(); if (logs != null) { $result.logs.addAll(logs); } return $result; }