fromDartListNullableChatDirectLinkVersionNullableToGraphQLListNullableChatDirectLinkVersionNullable function
Implementation
List<String?>?
fromDartListNullableChatDirectLinkVersionNullableToGraphQLListNullableChatDirectLinkVersionNullable(
List<ChatDirectLinkVersion?>? v,
) => v
?.map(
(e) =>
fromDartChatDirectLinkVersionNullableToGraphQLChatDirectLinkVersionNullable(
e,
),
)
.toList();