fromDartListChatItemVersionToGraphQLListChatItemVersion function
Implementation
List<String> fromDartListChatItemVersionToGraphQLListChatItemVersion(
List<ChatItemVersion> v,
) => v.map((e) => fromDartChatItemVersionToGraphQLChatItemVersion(e)).toList();