fromGraphQLChatCallRoomJoinLinkNullableToDartChatCallRoomJoinLinkNullable function

ChatCallRoomJoinLink? fromGraphQLChatCallRoomJoinLinkNullableToDartChatCallRoomJoinLinkNullable(
  1. String? v
)

Implementation

ChatCallRoomJoinLink?
fromGraphQLChatCallRoomJoinLinkNullableToDartChatCallRoomJoinLinkNullable(
  String? v,
) => v == null ? null : ChatCallRoomJoinLink(v);