fromDartListIpAddressNullableToGraphQLListIpNullable function
Implementation
List<String?> fromDartListIpAddressNullableToGraphQLListIpNullable(
List<IpAddress?> v,
) => v.map((e) => fromDartIpAddressNullableToGraphQLIpNullable(e)).toList();
List<String?> fromDartListIpAddressNullableToGraphQLListIpNullable(
List<IpAddress?> v,
) => v.map((e) => fromDartIpAddressNullableToGraphQLIpNullable(e)).toList();