fromGraphQLListChatCallDeviceIdToDartListChatCallDeviceId function
Implementation
List<ChatCallDeviceId>
fromGraphQLListChatCallDeviceIdToDartListChatCallDeviceId(List<Object?> v) => v
.map((e) => fromGraphQLChatCallDeviceIdToDartChatCallDeviceId(e as String))
.toList();