List<String> fromDartListUserAgentToGraphQLListUserAgent(List<UserAgent> v) => v.map((e) => fromDartUserAgentToGraphQLUserAgent(e)).toList();