fromDartIncomingChatCallsCursorNullableToGraphQLIncomingChatCallsCursorNullable function
Implementation
String?
fromDartIncomingChatCallsCursorNullableToGraphQLIncomingChatCallsCursorNullable(
IncomingChatCallsCursor? v,
) => v?.val;
String?
fromDartIncomingChatCallsCursorNullableToGraphQLIncomingChatCallsCursorNullable(
IncomingChatCallsCursor? v,
) => v?.val;