fromDartChatCallCredentialsNullableToGraphQLChatCallCredentialsNullable function

String? fromDartChatCallCredentialsNullableToGraphQLChatCallCredentialsNullable(
  1. ChatCallCredentials? v
)

Implementation

String? fromDartChatCallCredentialsNullableToGraphQLChatCallCredentialsNullable(
  ChatCallCredentials? v,
) => v?.val;