fromDartIpAddressNullableToGraphQLIpNullable function

String? fromDartIpAddressNullableToGraphQLIpNullable(
  1. IpAddress? v
)

Implementation

String? fromDartIpAddressNullableToGraphQLIpNullable(IpAddress? v) => v?.val;