List<String>? fromDartListNullableChatIdToGraphQLListNullableChatId( List<ChatId>? v, ) => v?.map((e) => fromDartChatIdToGraphQLChatId(e)).toList();