fromGraphQLChatCallCredentialsNullableToDartChatCallCredentialsNullable function

ChatCallCredentials? fromGraphQLChatCallCredentialsNullableToDartChatCallCredentialsNullable(
  1. String? v
)

Implementation

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