List<IpAddress> fromGraphQLListIpToDartListIpAddress(List<Object?> v) => v.map((e) => fromGraphQLIpToDartIpAddress(e as String)).toList();