List<ChatName> fromGraphQLListChatNameToDartListChatName(List<Object?> v) => v.map((e) => fromGraphQLChatNameToDartChatName(e as String)).toList();