fromDartListChatContactIdToGraphQLListChatContactId function
Implementation
List<String> fromDartListChatContactIdToGraphQLListChatContactId(
List<ChatContactId> v,
) => v.map((e) => fromDartChatContactIdToGraphQLChatContactId(e)).toList();
List<String> fromDartListChatContactIdToGraphQLListChatContactId(
List<ChatContactId> v,
) => v.map((e) => fromDartChatContactIdToGraphQLChatContactId(e)).toList();