fromGraphQLChatCallCredentialsNullableToDartChatCallCredentialsNullable function
- String? v
Implementation
ChatCallCredentials?
fromGraphQLChatCallCredentialsNullableToDartChatCallCredentialsNullable(
String? v,
) => v == null ? null : ChatCallCredentials(v);