fromDartListChatCallDeviceIdToGraphQLListChatCallDeviceId function
Implementation
List<String> fromDartListChatCallDeviceIdToGraphQLListChatCallDeviceId(
List<ChatCallDeviceId> v,
) =>
v.map((e) => fromDartChatCallDeviceIdToGraphQLChatCallDeviceId(e)).toList();