List<String>? fromDartListNullableIpAddressToGraphQLListNullableIp( List<IpAddress>? v, ) => v?.map((e) => fromDartIpAddressToGraphQLIp(e)).toList();