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